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 are the methods available in a class?
Is math class static in java?
What is files manifesting?
What is the purpose of main function in java?
How do weakhashmap works?
What do you mean by object?
Explain covariant method overriding in java.
What is OOP Language?
Explain JMS in detail.
What is the base class of all classes?
How to Sort Strings which are given in List and display in ascending order without using java api.
Explain 5 features introduced in jdk 1.7?
What is :: operator in java 8?
Explain about instanceof operator in java?
How does hashset work in java?