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
This question is part of this quiz :
Python OOPs quiz