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
Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.
What is the method overriding?
what is static import in java? Explain
Hi friends am new to java. I read jar file means collection of java files. For executing struts application what are the necessary jar files. " struts.jar " file contains what. can u explain
What does sizeof return?
Why set do not allow duplicates in java?
What is thread count in java?
What is a subsequence of a string?
Is hashmap thread safe?
What are 4 pillers of object orinted programming?
Is vector ordered in java?
Describe what happens when an object is created in java ?
Explain exception chaining in java?
Does java runtime require a license?
Why there is no call by reference in java?