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

Related questions

0 votes
asked Feb 8, 2021 in JAVA by SakshiSharma
0 votes
+1 vote
asked Jul 16, 2020 in Python by GeorgeBell
...