Vidyalelo
Python · Q11

Concept of Object Oriented Programs in Python

Programming · Python · question 11

Q11

Which principle of OOP emphasizes the bundling of data and methods that operate on the data into a single unit?

A.
Encapsulation
Answer
B.
Inheritance
C.
Abstraction
D.
Polymorphism

Answer: Option A

Solution

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