Report Bug
Qus : Which of the following is not OOPS concept in Java?
Qusनिम्नलिखित में से कौन जावा में OOPS अवधारणा नहीं है?

A. Inheritance
B. Encapsulation
C. Polymorphism
D. Compilation


Solution
D. Compilation



Explanation
There are 4 OOPS concepts in Java. Inheritance, Encapsulation, Polymorphism and Abstraction.



Report Bug