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 do you remove spaces in java?
Is hashset sorted in java?
What is string buffer?
Can a variable be local and static at the same time?
What is parsing and its types?
What is numeric data type?
What is anagram of a string?
What is the requirement of thread in java?
Why is the main method declared static?
Describe method overriding
What is a byte string?
What are different types of states exist for a thread?
What is a java list?
Explain polymorphism citing an example.
How do you compare characters in java?