0 votes
1 view
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.
...