Vidyalelo
Python · Q9

Concept of Object Oriented Programs in Python

Programming · Python · question 9

Q9

What does encapsulation refer to in object-oriented programming?

A.
It defines a new class
B.
It creates abstract objects
C.
It hides complex implementation details and only exposes essential features
Answer
D.
It abstracts the data

Answer: Option C

Solution

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