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
What is stack class in java?
Can a class have more than one object?
When is the finalize() called? What is the purpose of finalization?
Is java programming easy?
What is dynamic binding(late binding)?
What advantage do java's layout managers provide over traditional windowing systems?
State some advantages of java?
Can we use return in constructor?
How transient variable is different from volatile variable?
What is the use of math abs in java?
What is null in java?
What are pass by reference and pass by value?
Can a method inside a interface be declared as final?
What is difference between fileinputstream and filereader in java?
Can we write multiple catch blocks under single try block?