Question: 4. Which inheritance in java programming is not supported a. Multiple inheritance using interfaces b. Multilevel inheritance c. Single inheritance d. Multiple inheritance using classes

4. Which inheritance in java programming is not supported a. Multiple inheritance using interfaces b. Multilevel inheritance c. Single inheritance d. Multiple inheritance using classes 5. What is subclass in java? a. A subclass is a class declared inside a class b.Both above. e. None of the above. d. A subclass is a class that extends another class 6. Order of execution of constructors in Java Inheritance is a. Derived to base class b. Random order c. Base to derived class d. None 7.Which class cannot be sub classed? a. object class b. abstract class c. child class d. final class
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
