OOPs: stands for Object-Oriented Programming. From this full form we can understand the programming language is focused on 'Objects'. Obejct which is created by class and method. OOP mainly used to binding the data and functions that operate on and no other type of code can access this data except that function also focus on create just codes that don't need to repeat again and again programming. Python classes provide all the standard features of Object Oriented Programming
OOPs Concepts features are:
- Class
- Object
- Inheritance
- Polymorphism
- Encapsulation
- Abstraction
- Message Passing
Comments
Post a Comment