What are Encapsulation, Polymorphism and Inheritance?
Answer Posted / janet
Encapsulation is the mechanism that binds together
code and data it manipulates and keeps both safe from
outside interface and misuse.
Inheritence is the process by which one object
acquires the properties of another object.
polymorphism is the feature that allows one
interface to be used for general class actions.
Is This Answer Correct ? | 53 Yes | 7 No |
Post New Answer View All Answers
Write a program to check string is palindrome without using loop?
What is the use of object and class classes?
Why does java doesnt suuport unsigned values?
How do you square a number in java?
why an outer class cannot be declared as private?
What is a databasemetadata?
What are the types of sockets in java?
what is static import in java? Explain
Can we declare an interface as final?
What do you mean by hashing?
What method is used to specify a container's layout in java programming?
What do you mean by a JVM?
What do you mean by platform independence of Java?
What about anonymous inner classes in java?
What is return type in java?