What are Encapsulation, Polymorphism and Inheritance?
Answer Posted / karthickeyan s
Encapsulation is nothing but,that binds together the code
and data, and it manipuletes and keep it away from external
interface an misuse.
Polymorphism is that allows one interface to be used for
general class actions.
| Is This Answer Correct ? | 13 Yes | 5 No |
Post New Answer View All Answers
How you can force the garbage collection?
Is null a value?
What is an object's lock and which object's have locks in java programming?
Are floats faster than doubles?
What is the difference between the final method and abstract method?
Why do you canvas?
Give me some null interfaces in java?
Does the order of public and static declaration matter in main method?
How to display names of all components in a Container?
Explain jdk, jre and jvm?
What is a final class ?
How many types of equations are there?
What is difference between char array and string?
How many bits is a char?
What is javac_g?