Beginner Object-Oriented Programming Concepts
Q6 / 100

What is "abstraction" in OOP?

Correct! Well done.

Incorrect.

The correct answer is A) Hiding unnecessary implementation details and exposing only essential features of an object

A

Correct Answer

Hiding unnecessary implementation details and exposing only essential features of an object

Explanation

Abstraction focuses on what an object does rather than how it does it, simplifying complexity for the user of the object.

Progress
6/100