Python OOPS-Encapsulation, Method,Variable Programs -MSK Technologies

Python OOPS-Encapsulation, Method,Variable Programs -MSK Technologies: Python OOPS-Encapsulation, Method,Variable Programs -MSK Technologies

OOPS In Python

OOPS:
'OOPS' means object oriented programming structure.It can be achieved by
1.Security
2.Reusability
3.Memory Management

OOPS Principles:
1.Encapsulation
2.Data abstraction
3.Inheritance
4.Polymorphism

Comments