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
What is meant by overloading?
How do you write a scanner class in java?
What makes a function well defined?
Is break statement can be used as labels in java?
What is the purpose of checked and unchecked exceptions in JAVA?
Can a class have more than one object?
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
What does 3 dots mean in java?
How to sort elements in a parallel array in java?
What is the java virtual machine?
What checkbox method allows you to tell if a checkbox is checked?
how to write a server program and sending the mails to the server using smtp protocol please help me
What do you mean by light weight and heavy weight components?
What are classloaders?
What is the purpose of extern variable?