Which Of The Following Is Not An Oops Concept In Java?

A) Inheritance

B) Encapsulation

C) Polymorphism

D) Compilation

Which Of The Following Is Not An Oops Concept In Java?

Answer. The correct answer is Option D “Which of the following is not OOPS concept in Java”

Compilation is not an OOP (Object-Oriented Programming) concept in Java. Compilation is a process in which source code is converted into bytecode that can be executed by the Java Virtual Machine (JVM). On the other hand, inheritance, encapsulation, and polymorphism are key OOP concepts in Java.

Hridhya Manoj

Hello, I’m Hridhya Manoj. I’m passionate about technology and its ever-evolving landscape. With a deep love for writing and a curious mind, I enjoy translating complex concepts into understandable, engaging content. Let’s explore the world of tech together

Leave a Comment