0 votes
3 views
by
What are the 4 main ideas of OOP?

1 Answer

0 votes
by
Abstraction, encapsulation, polymorphism, and inheritance are the four main theoretical principles of object-oriented programming. But Java also works with three further OOP concepts: association, aggregation, and composition.
...