Multiple choice

What is Abstraction?

  1. defines different methods of same type.

  2. the ability of an object to take on many forms.

  3. A summary of a Class.

  4. It refers to the ability to make a class abstract in OOP.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Abstraction in OOP refers to hiding complex implementation details and showing only the necessary features of an object, often achieved via abstract classes or interfaces.