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) Inheritance |
|
Answer» Right option is (c) Abstraction Explanation: Abstraction is the concept of defining real world objects in terms of classes or interfaces. |
|