Login
Remember
Register
Ask a Question
What are the OOPS concepts available in Python?
0
votes
asked
May 23, 2020
in
Python
by
sharadyadav1986
What are the OOPS concepts available in Python?
#python-oops-concepts
#oops-python-concepts
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 23, 2020
by
Robindeniel
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
...