Google News
logo
Python - Interview Questions
Define encapsulation in Python?
Encapsulation is one of the most important aspects of object-oriented programming. Binding or wrapping of code and data together into a single cell is called encapsulation. Encapsulation in Python is mainly used to restrict access to methods and variables.
Advertisement