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
Name few java util classes introduced with java 8 ?
What loop means?
What is the full name of java?
What are different types of encoding?
Explain why wait(), notify() and notifyall() methods are in object class rather than in the reading class?
What are the features of junit?
How do you compare arrays in java?
Can we declare a static variable inside a method?
What is the major advantage of external iteration over internal iteration?
What are wrapped classes in java programming?
What are the parts of a method?
What are data types in oop?
What is consumer in java?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
what is instanceof operator used in java?