InterviewSolution
Saved Bookmarks
| 1. |
Which concept of Java is a way of converting real world objects in terms of class?(a) Polymorphism(b) Encapsulation(c) Abstraction(d) InheritanceThis question was posed to me in a national level competition.My question is taken from Concepts of OOPs in portion Java Environment & OOPS Concepts of Java |
|
Answer» Right option is (c) ABSTRACTION |
|