Home » JAVA Programming » Inheritance » Question
  1. All classes in Java are inherited from which class?
    1. java.class.object
    2. java.lang.class
    3. java.lang.Object
    4. java.class.inherited
    5. None of these
Correct Option: C

All classes in java are inherited from Object class. Interfaces are not inherited from Object Class.



Your comments will be displayed only after manual approval.