FJA-US interview question

What is inheritance, polymorphism, encapsulation

Interview Answer

Anonymous

13 Jan 2011

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