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 do I find and replace in word?
What is type conversion in java?
What is an example of declaration?
Can It is possible to synchronize the constructor of a Java Class?
What is the difference between and ?
What is the default value of byte datatype in java?
What is java volatile?
What happens if an exception is throws from an object's destructor?
What is package protected in java?
What is replacefirst in java?
What is anti pattern in java?
What is double checked locking in singleton?
In how many ways we can do synchronization in java?
What are the types of strings?
How is it possible for two string objects with identical values not to be equal under the == operator?