java oops concept mcq

MCQ – Java oops concept

Q) Java object oriented programming concepts is/are Encapsulation Inheritance polymorphism All of the above. Answer: 4 Q) Java does not support _______________? Inheritance Multiple inheritance for classes multiple inheritance of interfaces compile time polymorphism Answer: 2Java does not support multiple inheritance for classes but in java multiple inheritance behavior is implemented using interfaces. Q) Runtime […]

Scroll to top