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
Which collection is thread safe in java?
Is java hard to learn?
What is string array?
Explain an algorithm to find depth of a binary tree.
What do you understand by the bean persistent property?
Can we clone singleton object in java?
What is n in java?
What is the impact of declaring a method as final?
Why does java doesnt suuport unsigned values?
What is operator overloading. Is it is supported in java?
How to connect to a remote database using Applet?
Explain about the security aspect of java?
What data type is a string?
Write a method to check if input string is palindrome?
What are facelets templates?