Core Java theorytheory 0/50 · 0%
OOP · easy

13. Abstraction

Hiding implementation details.

Abstract classes and interfaces allow you to define what a class should do without specifying how it does it.

Check your understanding

  1. 1. Can you instantiate an abstract class?

  2. 2. Keyword for abstraction?