In Python, which of the following is a key characteristic of encapsulation?
Data hiding and access restriction
Overloading of operators for custom classes
Dynamic binding of method calls at runtime
Inheritance of attributes and methods only

Object-Oriented Programming Exercises are loading ...