Python | OOPs quiz | Question 4

Last Updated :
Discuss
Comments

What is encapsulation in OOP?

The process of converting a class into a module

Combining multiple classes into a single class

Restricting access to certain components of an object and hiding the implementation details

Creating a new instance of a class

Share your thoughts in the comments