What is the primary purpose of abstraction in OOP?
Combining multiple classes into one
Restricting access to certain components of an object
Defining multiple methods with the same name in a class
Simplifying complex systems by modeling classes based on their essential characteristics
This question is part of this quiz :
Python OOPs quiz