0 votes
2 views
by
What are the 4 types of OOP?

1 Answer

0 votes
by
The four pillars of OOPS (object-oriented programming) are Inheritance, Polymorphism, Encapsulation and Data Abstraction.
...