What is inheritance, polymorphism, encapsulation
Anonimo
Encapsulation - data hiding (declaring methods/variables private, protected, public) Polymorphism - Objects can be extended to create child classes Inheritance - Children classes inherit parent methods