What are Encapsulation, Polymorphism and Inheritance?
Answer Posted / janet
Encapsulation is the mechanism that binds together
code and data it manipulates and keeps both safe from
outside interface and misuse.
Inheritence is the process by which one object
acquires the properties of another object.
polymorphism is the feature that allows one
interface to be used for general class actions.
| Is This Answer Correct ? | 53 Yes | 7 No |
Post New Answer View All Answers
How many types of memory areas are allocated by jvm?
What is connection class in java?
What is skeleton and stub? What is the purpose of those?
What is the use of callablestatement?
State one difference between a template class and class template.
What is meant by memory leak?
What is static keyword in java?
What are adapter classes?
What is the purpose of the wait(), notify(), and notifyall() methods in java programming?
What's the purpose of static methods and static variables?
What is meant by tab pans?
What are passing parameters?
How do you sort objects in java?
Why is serialization required?
what are three ways in which a thread can enter the waiting state? : Java thread