Vidyalelo
Python · Q85

Concept of Object Oriented Programs in Python

Programming · Python · question 85

Q85

How is the concept of abstraction achieved in object-oriented programming?

A.
By exposing essential features and hiding complex implementation details
Answer
B.
By making methods private
C.
By using complex objects
D.
By using only integers

Answer: Option A

Solution

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