How to learn Abstraction in Java?

If you are interested to learn about the Polymorphism in java Abstraction is achieved by interfaces and abstract classes. We can achieve 100% abstraction using interfaces. Abstract classes and Abstract methods : An abstract class is a class that is … Continue reading How to learn Abstraction in Java?