explain oops concepts with examples?
Answer Posted / srinivas
abstraction:it shows important data and hide the unwanted data
polymorphism:it shows different behaviors at different instances
Encapsulation:it provides security for the data
inheritance:the process of acquiring the properties of one
object to another object
| Is This Answer Correct ? | 22 Yes | 6 No |
Post New Answer View All Answers
What is module with example?
What is the difference between static method and instance method in Java?
What are recursive functions?
What do you mean by singleton class in java?
What is math exp in java?
What defines function?
What is the difference between Array and Hash Table?
What is the SimpleTimeZone class?
What is advantage of java?
What is the difference between a checked and an unchecked exception?
How many characters is 16 bytes?
What is "this" keyword in java? Explain
What is the lifetime and scope of a variable?
How is hashcode calculated in java?
What are the main uses of this keyword?