Abstract class

The abstract class helps to achieve an Object-oriented concept of abstraction. Abstraction means showing the high-level details and hiding the low-level details. Day to day life examples : a ) When we are using a …

Read more

Interface in java

What is an interface Interface in java is functionality to achieve an object-oriented concept of abstraction. Abstraction means showing the high-level details and hiding the low-level details. Day-to-day life examples a ) When we are …

Read more