Anonymous

What Is Different Types Of Abstraction In Java?

2

2 Answers

Broad Kenny Profile
Broad Kenny , learningslot, answered

Abstraction is process of hiding the implementation details and showing only the functionality.

Abstraction in java is achieved by using interface and abstract class. Interface give 100% abstraction and abstract class give 0-100% abstraction.

Answer Question

Anonymous