Which of the following is not OOPS concept in Java?
a) Inheritance
b) Encapsulation
c) Polymorphism
d) CompilationIndia will win or lose today?
Answers
Answered by
7
Answer:
There are 4 OOPS concepts in Java. Inheritance, Encapsulation, Polymorphism and Abstraction. ... Compile time polymorphism (overloading) and runtime polymorphism (overriding).
Answered by
0
Answer:compilation
Explanation: Object-oriented programming is a programming paradigm based on the concept of "objects", which can contain data and code: data in the form of fields, and code, in the form of procedures. A common feature of objects is that procedures are attached to them and can access and modify the object's data fields.
There are 4 OOPS concepts in Java, and they are: Inheritance, Encapsulation, Polymorphism, And Abstraction. And Compilation is not a part of the OOPS concept in Java.
Similar questions