Vidyalelo
Python · Q25

Concept of Object Oriented Programs in Python

Programming · Python · question 25

Q25

What is the purpose of using abstraction in object-oriented programming?

A.
To hide complex implementation details and focus on the essential features
Answer
B.
To define new classes
C.
To create abstract objects
D.
To simplify code

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board