Encapsulation in Python Programming Language

In this tutorial we will learn about encapsulation in detail.In an object oriented python program, you can restrict access to methods and variables. This can prevent the data from being modified by accident and is known as encapsulation.



Watch this tutorial to learn about Encapsulation