0 votes
in Python by
What are the OOPS concepts available in Python?

1 Answer

0 votes
by
Python is also object-oriented programming language like other programming languages. It also contains different OOPS concepts, and they are

Object

Class

Method

Encapsulation

Abstraction

Inheritance

Polymorphism
...