Complete Overview Of Encapsulation in Python
Where Encapsulation is helpful in Programing?
Encapsulation is used to achieve two things. and we achieve encapsulation approach using Class and Object.
Data Hiding : Hiding un necessary data from outside, reaveal only those which are required for pr...
rahulrajsingh.in3 min read