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
Give few difference between constructor and method?
Can we execute a program without main?
Is java programming easy?
What is <> used for in java?
Are arrays static in java?
What is numeric function?
Explain about strings in java?
Explain the concept of hashtables?
Write a program to check string is palindrome without using loop?
Can you have two constructors in java?
Is it possible for a yielded thread to get chance for its execution again?
What are the java ide's? Explain
How does arrays sort work in java?
What is string english?
Differentiate between stringbuffer and stringbuilder in java.