What are Encapsulation, Polymorphism and Inheritance?
Answer Posted / sakthi k
Wrapping of data and functions together is known as
Encapsulation. Eg: Capsule.
Ability of an object to take more than one form is known as
polymorphism.
Two types of polymorphism are availabe
Compile time
Run time
The process of acquiring the base class property is known
as Inheritance
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is a class object?
Can we have multiple classes in single file ?
What is the functionability stubs and skeletons?
What is the equal sign?
What is the difference between length and length() method in java?
What access modifiers can be used for methods?
What is difference between wait and notify in java?
Can we override protected method in java?
What is the purpose of stub and skeleton?
Explain reverse a linked list recursive java solution?
What are design patterns and please explain?
What exactly is a .class file?
What do you mean by checked exceptions?
How do I enable java in safari?
What are the four pillars of java?