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 you explain the private protected field modifier?
how to handle exceptions in ejb?
What is the meaning of variable in research?
What is java lang string?
What are the basic interfaces of java collections framework?
What is the difference between procedural and object-oriented programs?
What are the major advantages of internal iteration over external iteration?
How is the marker interface used in Java?
Write a program to check for a prime number in java?
What is the abstraction?
What is the difference between serial and throughput garbage collector?
What is the difference between the boolean & operator and the && operator in java programming?
Why are functions called methods in java?
Is passing by reference faster?
What is the function of log?