1.

All classes in Java are inherited from which class?(a) java.lang.class(b) java.class.inherited(c) java.class.object(d) java.lang.ObjectI got this question in semester exam.My question is taken from Inheritance topic in portion Inheritance of Java

Answer»

Right option is (d) java.lang.OBJECT

To EXPLAIN I would SAY: All classes in java are INHERITED from Object class. INTERFACES are not inherited from Object Class.



Discussion

No Comment Found

Related InterviewSolutions