Describe two pillars of Object Oriented Programming
Anonymous
I chose Encapsulation and Polymorphism. Encapsulation is also known as data hiding, and keeps the variables within the method from being accessed unless using getter and setter methods. Polymorphism is the next step of inheritence when something can be something else but behaves differently. This is achieved by using method overriding and constructor overloading.
Check out your Company Bowl for anonymous work chats.