Vidyalelo
Python · Q8

Classes and Objects in Python

Programming · Python · question 8

Q8

What is encapsulation in Python classes?

A.
The concept of bundling data and methods that operate on the data into a single unit
Answer
B.
A built-in function
C.
A special data type
D.
A variable in Python

Answer: Option A

Solution

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