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
Can I uninstall java?
What is the name of the java compiler?
What class of exceptions are generated by the java run-time system?
Can I learn java without any programming experience?
What is the difference between conversation & casting?
How do you allocate memory to object?
Can constructor return value?
How many types of variables are there?
Can we overload the methods by making them static?
Write a code to create a trigger to call a stored procedure
What are the three best choices for a development environment?
What is equals method in java?
What is consumer in java?
Can a class extend more than one class?
Give a brief description of java socket programming?