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
Is special character in java?
Describe string intern() methodology
What is a singleton in genetics?
What are methods and how are they defined?
What is use of set in java?
What is an interface in java?
Is java platform independent?
What is the purpose of object oriented programming?
what is the purpose of the wait(), notify(), and notifyall() methods? : Java thread
Is java a compiler?
How listener identify that the event came from a particular object?
What is final int?
What are constants?
What is the purpose of skeleton and stub?
How java enabled high performance?