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
What is finalize()? Is finalize() similar to a destructor?
Does constructor be static?
How to compare two strings in java program?
What is difference between fail-fast and fail-safe?
What is anagram word?
What is public static?
can rmi and corba based applications interact ?
How to call one constructor from the other constructor ?
What is string manipulation?
What do you mean by byte code?
What is the final class?
Why we do exception handling in java and how many types of exceptions are there?
What is difference between null and void?
what do you understand by synchronization? : Java thread
What does this mean java?