0 votes
1 view
by
What are the 4 pillar types?

1 Answer

0 votes
by
We'll now discuss the four pillars that make up Object-Oriented Programming:Encapsulation(also Getters/Setters)Inheritance (Parent and child relationship)Abstraction(Interface and abstract classes)Polymorphism (also overloading/overriding)
...