InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not OOPS concept in Java?(a) Inheritance(b) Encapsulation(c) Polymorphism(d) CompilationI have been asked this question during an online interview.My query is from Concepts of OOPs topic in portion Java Environment & OOPS Concepts of Java |
|
Answer» RIGHT choice is (d) Compilation Explanation: There are 4 OOPS CONCEPTS in Java. INHERITANCE, Encapsulation, Polymorphism and Abstraction. |
|