OOPs in Python

Object orianted is a concept in python to view a problem in the term of objects invoked rather then procedure for doing it. The main purpose of OOPs is to inhance the flexibility and maintainability of any program programs

OOPs Concepts

In Python their are 6-concepts of OOPs.

Please REFRESH

  • class
  • objects
  • Inheritance
  • Polymorphism
  • Data Abstraction
  • Encapsulation