How can the Object class be a super class of subclasses?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
7
down vote

favorite
1












Fact 1:




Java does not support multiple inheritance.




Fact 2:




Object is a superclass of all other classes




If I have a class Parent and a class Child which is inheriting the class Parent:



class Parent 



class Child extends Parent




In this case, how will the class Child inherit the Object class, if Java does not support multiple inheritance?



How is the relationship between these three defined?



Option 1:



enter image description here



Option 2:



enter image description here







share|improve this question






















  • Object is the superclass of every class in Java.
    – deHaar
    Aug 31 at 9:43






  • 1




    @Arvind multilevel inheritance and multiple inheritance are not the same things. Java supports the multilevel inheritance, but C++ does both.
    – Abhishek Keshri
    Aug 31 at 10:02






  • 1




    please don't post answers/solutions in questions but feel free to write a new answer instead and mark it as accepted if you may think that's the real solution to your problem. See stackoverflow.com/help/self-answer
    – fantaghirocco
    Aug 31 at 10:46






  • 1




    @AbhishekKeshri yes you can - just use the answer box below. All "self-answer" does is display an answer box on the question field. But do you need to post an answer at all? Seems like there is already a perfectly good answer, which you have accepted.
    – Ant P
    Aug 31 at 11:53






  • 1




    @AntP I will remove the Solution part. Your argument makes sense.
    – Abhishek Keshri
    Aug 31 at 12:02














up vote
7
down vote

favorite
1












Fact 1:




Java does not support multiple inheritance.




Fact 2:




Object is a superclass of all other classes




If I have a class Parent and a class Child which is inheriting the class Parent:



class Parent 



class Child extends Parent




In this case, how will the class Child inherit the Object class, if Java does not support multiple inheritance?



How is the relationship between these three defined?



Option 1:



enter image description here



Option 2:



enter image description here







share|improve this question






















  • Object is the superclass of every class in Java.
    – deHaar
    Aug 31 at 9:43






  • 1




    @Arvind multilevel inheritance and multiple inheritance are not the same things. Java supports the multilevel inheritance, but C++ does both.
    – Abhishek Keshri
    Aug 31 at 10:02






  • 1




    please don't post answers/solutions in questions but feel free to write a new answer instead and mark it as accepted if you may think that's the real solution to your problem. See stackoverflow.com/help/self-answer
    – fantaghirocco
    Aug 31 at 10:46






  • 1




    @AbhishekKeshri yes you can - just use the answer box below. All "self-answer" does is display an answer box on the question field. But do you need to post an answer at all? Seems like there is already a perfectly good answer, which you have accepted.
    – Ant P
    Aug 31 at 11:53






  • 1




    @AntP I will remove the Solution part. Your argument makes sense.
    – Abhishek Keshri
    Aug 31 at 12:02












up vote
7
down vote

favorite
1









up vote
7
down vote

favorite
1






1





Fact 1:




Java does not support multiple inheritance.




Fact 2:




Object is a superclass of all other classes




If I have a class Parent and a class Child which is inheriting the class Parent:



class Parent 



class Child extends Parent




In this case, how will the class Child inherit the Object class, if Java does not support multiple inheritance?



How is the relationship between these three defined?



Option 1:



enter image description here



Option 2:



enter image description here







share|improve this question














Fact 1:




Java does not support multiple inheritance.




Fact 2:




Object is a superclass of all other classes




If I have a class Parent and a class Child which is inheriting the class Parent:



class Parent 



class Child extends Parent




In this case, how will the class Child inherit the Object class, if Java does not support multiple inheritance?



How is the relationship between these three defined?



Option 1:



enter image description here



Option 2:



enter image description here









share|improve this question













share|improve this question




share|improve this question








edited Aug 31 at 14:46









Andrew Tobilko

20.4k83773




20.4k83773










asked Aug 31 at 9:41









Abhishek Keshri

2,139422




2,139422











  • Object is the superclass of every class in Java.
    – deHaar
    Aug 31 at 9:43






  • 1




    @Arvind multilevel inheritance and multiple inheritance are not the same things. Java supports the multilevel inheritance, but C++ does both.
    – Abhishek Keshri
    Aug 31 at 10:02






  • 1




    please don't post answers/solutions in questions but feel free to write a new answer instead and mark it as accepted if you may think that's the real solution to your problem. See stackoverflow.com/help/self-answer
    – fantaghirocco
    Aug 31 at 10:46






  • 1




    @AbhishekKeshri yes you can - just use the answer box below. All "self-answer" does is display an answer box on the question field. But do you need to post an answer at all? Seems like there is already a perfectly good answer, which you have accepted.
    – Ant P
    Aug 31 at 11:53






  • 1




    @AntP I will remove the Solution part. Your argument makes sense.
    – Abhishek Keshri
    Aug 31 at 12:02
















  • Object is the superclass of every class in Java.
    – deHaar
    Aug 31 at 9:43






  • 1




    @Arvind multilevel inheritance and multiple inheritance are not the same things. Java supports the multilevel inheritance, but C++ does both.
    – Abhishek Keshri
    Aug 31 at 10:02






  • 1




    please don't post answers/solutions in questions but feel free to write a new answer instead and mark it as accepted if you may think that's the real solution to your problem. See stackoverflow.com/help/self-answer
    – fantaghirocco
    Aug 31 at 10:46






  • 1




    @AbhishekKeshri yes you can - just use the answer box below. All "self-answer" does is display an answer box on the question field. But do you need to post an answer at all? Seems like there is already a perfectly good answer, which you have accepted.
    – Ant P
    Aug 31 at 11:53






  • 1




    @AntP I will remove the Solution part. Your argument makes sense.
    – Abhishek Keshri
    Aug 31 at 12:02















Object is the superclass of every class in Java.
– deHaar
Aug 31 at 9:43




Object is the superclass of every class in Java.
– deHaar
Aug 31 at 9:43




1




1




@Arvind multilevel inheritance and multiple inheritance are not the same things. Java supports the multilevel inheritance, but C++ does both.
– Abhishek Keshri
Aug 31 at 10:02




@Arvind multilevel inheritance and multiple inheritance are not the same things. Java supports the multilevel inheritance, but C++ does both.
– Abhishek Keshri
Aug 31 at 10:02




1




1




please don't post answers/solutions in questions but feel free to write a new answer instead and mark it as accepted if you may think that's the real solution to your problem. See stackoverflow.com/help/self-answer
– fantaghirocco
Aug 31 at 10:46




please don't post answers/solutions in questions but feel free to write a new answer instead and mark it as accepted if you may think that's the real solution to your problem. See stackoverflow.com/help/self-answer
– fantaghirocco
Aug 31 at 10:46




1




1




@AbhishekKeshri yes you can - just use the answer box below. All "self-answer" does is display an answer box on the question field. But do you need to post an answer at all? Seems like there is already a perfectly good answer, which you have accepted.
– Ant P
Aug 31 at 11:53




@AbhishekKeshri yes you can - just use the answer box below. All "self-answer" does is display an answer box on the question field. But do you need to post an answer at all? Seems like there is already a perfectly good answer, which you have accepted.
– Ant P
Aug 31 at 11:53




1




1




@AntP I will remove the Solution part. Your argument makes sense.
– Abhishek Keshri
Aug 31 at 12:02




@AntP I will remove the Solution part. Your argument makes sense.
– Abhishek Keshri
Aug 31 at 12:02












10 Answers
10






active

oldest

votes

















up vote
20
down vote



accepted










It's Option 2. If you define a superclass, that will be the immediate superclass of your class. If you don't define one, Object will be the immediate superclass.



class Parent 



class Child extends Parent




is equivalent to



class Parent extends Object 



class Child extends Parent




So, while Object is the superclass of all classes, there might be some steps in the class hierarchy before you get to Object. It's not the immediate superclass of all classes.






share|improve this answer






















  • Won't class Child also inherit Object? Won't it be class Child extends Parent, Object (if it's possible internally somehow!!!)?
    – Abhishek Keshri
    Aug 31 at 9:46






  • 6




    @AbhishekKeshri No. Child inherits Object through Parent.
    – Max Vollmer
    Aug 31 at 9:47

















up vote
5
down vote













Object might not be a direct parent, but it's always a super parent.



Child extends Parent
Parent extends Object

|
V

Child [indirectly] extends Object





share|improve this answer






















  • @AbhishekKeshri if the scenario 1 were correct, we would encounter the problem of choosing methods for the subclass (since both Object and Parent extends Object have the same set of methods including equals, hashCode, etc.)
    – Andrew Tobilko
    Aug 31 at 9:59

















up vote
4
down vote













The JavaDoc says:




Class Object is the root of the class hierarchy. ...




If a class does not extend any other class by decalring it using the keyword extends it extends though implicit from Object.



See the Example 8.1.4-1 "Direct Superclasses and Subclasses" in the JLS, chapter 8.1.4



It shows that a class Point int x, y; "is a direct subclass of Object"



Further the JLS says:




The subclass relationship is the transitive closure of the direct
subclass relationship.




Therefore Object is the superclass of all classes.



Going on with the example a class ColoredPoint extends Point int color; "is a direct subclass of class Point.". By the transitive relationship it's a (non-direct) subclass of class Object.



Summarizing: Object is either the direct superclass or by transitive relationship the last superclass of any other class.



Answering your question:

The class Parent corresponds to the class Point and the class Child to the class ColoredPoint of the example. Only Option 2 shows this relation.






share|improve this answer





























    up vote
    3
    down vote













    Well it is an interesting discussion. I think it will be option no 2. As if you try the below code .



    public static void main(String args)
    Parent p=new Parent();
    Class c= p.getClass();

    Child child =new Child();
    Class c1= child.getClass();
    System.out.println(c.getSuperclass());
    System.out.println(c1.getSuperclass());




    You will get output as :



    class java.lang.Object 
    class Parent





    share|improve this answer






















    • using the following code solved my doubt: Class child_super = c1.getSuperclass(); System.out.println(child_super.getSuperclass());
      – Abhishek Keshri
      Aug 31 at 9:59

















    up vote
    1
    down vote













    The right answer is Option 2. Any Java class inherit all parents for their parents. In other words.



    Class A extends Class B
    Class B extends Class C
    Class C extends Class D



    Class X extends A -> it means that A inherit all protected/package/public fields from B,C and D.



    In your example, Class Child inherit Parent properties but also Object properties in transitive mode.






    share|improve this answer



























      up vote
      1
      down vote













      From Class Object




      public class Object

      Class Object is the root of the class hierarchy.

      Every class has Object as a superclass.
      All objects, including arrays, implement the methods of this class.




      This means that every Java class has Object as root in the hierarchy, not necessarily as its immediate parent.






      share|improve this answer



























        up vote
        1
        down vote













        No multiple inheritance means in Java a class extends only 1 class; has one immediate base class. Indirectly a class can have many ancestors: Child has Parent and Object as ancestor "super" classes.



        Object --> Parent --> Child
        --> OtherChild

        Relation: 1 --> N


        The reason for avoiding multiple inheritance like in C++, was the ambiguity involved:



        Pseudo code assuming multiple inheritance:



        class A : Comparable
        class B : Comparable

        class Child : A, B

        @Override A? B?
        int compareTo(Child rhs) ... super.compareTo ? ...


        A a = new Child();
        B b = new Child();
        a.compareTo(b);





        share|improve this answer
















        • 1




          why should we care about which method to override if the signatures are identical? Overriding just implies that we are not satisfied with parents' behaviour and want to implement ours. The problem is, rather, what happens when we call child.compareTo(anotherChild) without overriding (which method are we going to invoke?)
          – Andrew Tobilko
          Aug 31 at 10:15






        • 1




          @AndrewTobilko well said; compareTo(a); compareTo(b), compareTo(child); actually I did not want to say anything about multiple inheritance (and interfaces) as that would be out of scope of the question. Just that multiple inheritance is not having an ancestral line; rather that single inheritance means having one (code bearing) parent per class. I also did not treat default methods in interfaces.
          – Joop Eggen
          Aug 31 at 10:30

















        up vote
        1
        down vote













        First of all, using Java 8, it is possible to accomplish Multiple inheritance using Default methods of interfaces.



        Secondly, your understanding regarding Object class is correctly represented in 'Option 2'.

        However, it is not multiple inheritance, rather multilevel inheritance. 'Option 1' is multiple inheritance.



        Please check this link to read more about them.






        share|improve this answer



























          up vote
          0
          down vote













          Option 2, as every object derives Object.class methods






          share|improve this answer



























            up vote
            0
            down vote













            option 2.Object is a superclass of all other classes,but Object may not a dirrect superclass of a classe.






            share|improve this answer




















              Your Answer





              StackExchange.ifUsing("editor", function ()
              StackExchange.using("externalEditor", function ()
              StackExchange.using("snippets", function ()
              StackExchange.snippets.init();
              );
              );
              , "code-snippets");

              StackExchange.ready(function()
              var channelOptions =
              tags: "".split(" "),
              id: "1"
              ;
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function()
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled)
              StackExchange.using("snippets", function()
              createEditor();
              );

              else
              createEditor();

              );

              function createEditor()
              StackExchange.prepareEditor(
              heartbeatType: 'answer',
              convertImagesToLinks: true,
              noModals: false,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              );



              );













               

              draft saved


              draft discarded


















              StackExchange.ready(
              function ()
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f52112639%2fhow-can-the-object-class-be-a-super-class-of-subclasses%23new-answer', 'question_page');

              );

              Post as a guest






























              10 Answers
              10






              active

              oldest

              votes








              10 Answers
              10






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes








              up vote
              20
              down vote



              accepted










              It's Option 2. If you define a superclass, that will be the immediate superclass of your class. If you don't define one, Object will be the immediate superclass.



              class Parent 



              class Child extends Parent




              is equivalent to



              class Parent extends Object 



              class Child extends Parent




              So, while Object is the superclass of all classes, there might be some steps in the class hierarchy before you get to Object. It's not the immediate superclass of all classes.






              share|improve this answer






















              • Won't class Child also inherit Object? Won't it be class Child extends Parent, Object (if it's possible internally somehow!!!)?
                – Abhishek Keshri
                Aug 31 at 9:46






              • 6




                @AbhishekKeshri No. Child inherits Object through Parent.
                – Max Vollmer
                Aug 31 at 9:47














              up vote
              20
              down vote



              accepted










              It's Option 2. If you define a superclass, that will be the immediate superclass of your class. If you don't define one, Object will be the immediate superclass.



              class Parent 



              class Child extends Parent




              is equivalent to



              class Parent extends Object 



              class Child extends Parent




              So, while Object is the superclass of all classes, there might be some steps in the class hierarchy before you get to Object. It's not the immediate superclass of all classes.






              share|improve this answer






















              • Won't class Child also inherit Object? Won't it be class Child extends Parent, Object (if it's possible internally somehow!!!)?
                – Abhishek Keshri
                Aug 31 at 9:46






              • 6




                @AbhishekKeshri No. Child inherits Object through Parent.
                – Max Vollmer
                Aug 31 at 9:47












              up vote
              20
              down vote



              accepted







              up vote
              20
              down vote



              accepted






              It's Option 2. If you define a superclass, that will be the immediate superclass of your class. If you don't define one, Object will be the immediate superclass.



              class Parent 



              class Child extends Parent




              is equivalent to



              class Parent extends Object 



              class Child extends Parent




              So, while Object is the superclass of all classes, there might be some steps in the class hierarchy before you get to Object. It's not the immediate superclass of all classes.






              share|improve this answer














              It's Option 2. If you define a superclass, that will be the immediate superclass of your class. If you don't define one, Object will be the immediate superclass.



              class Parent 



              class Child extends Parent




              is equivalent to



              class Parent extends Object 



              class Child extends Parent




              So, while Object is the superclass of all classes, there might be some steps in the class hierarchy before you get to Object. It's not the immediate superclass of all classes.







              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited Aug 31 at 9:47

























              answered Aug 31 at 9:43









              Max Vollmer

              4,93731233




              4,93731233











              • Won't class Child also inherit Object? Won't it be class Child extends Parent, Object (if it's possible internally somehow!!!)?
                – Abhishek Keshri
                Aug 31 at 9:46






              • 6




                @AbhishekKeshri No. Child inherits Object through Parent.
                – Max Vollmer
                Aug 31 at 9:47
















              • Won't class Child also inherit Object? Won't it be class Child extends Parent, Object (if it's possible internally somehow!!!)?
                – Abhishek Keshri
                Aug 31 at 9:46






              • 6




                @AbhishekKeshri No. Child inherits Object through Parent.
                – Max Vollmer
                Aug 31 at 9:47















              Won't class Child also inherit Object? Won't it be class Child extends Parent, Object (if it's possible internally somehow!!!)?
              – Abhishek Keshri
              Aug 31 at 9:46




              Won't class Child also inherit Object? Won't it be class Child extends Parent, Object (if it's possible internally somehow!!!)?
              – Abhishek Keshri
              Aug 31 at 9:46




              6




              6




              @AbhishekKeshri No. Child inherits Object through Parent.
              – Max Vollmer
              Aug 31 at 9:47




              @AbhishekKeshri No. Child inherits Object through Parent.
              – Max Vollmer
              Aug 31 at 9:47












              up vote
              5
              down vote













              Object might not be a direct parent, but it's always a super parent.



              Child extends Parent
              Parent extends Object

              |
              V

              Child [indirectly] extends Object





              share|improve this answer






















              • @AbhishekKeshri if the scenario 1 were correct, we would encounter the problem of choosing methods for the subclass (since both Object and Parent extends Object have the same set of methods including equals, hashCode, etc.)
                – Andrew Tobilko
                Aug 31 at 9:59














              up vote
              5
              down vote













              Object might not be a direct parent, but it's always a super parent.



              Child extends Parent
              Parent extends Object

              |
              V

              Child [indirectly] extends Object





              share|improve this answer






















              • @AbhishekKeshri if the scenario 1 were correct, we would encounter the problem of choosing methods for the subclass (since both Object and Parent extends Object have the same set of methods including equals, hashCode, etc.)
                – Andrew Tobilko
                Aug 31 at 9:59












              up vote
              5
              down vote










              up vote
              5
              down vote









              Object might not be a direct parent, but it's always a super parent.



              Child extends Parent
              Parent extends Object

              |
              V

              Child [indirectly] extends Object





              share|improve this answer














              Object might not be a direct parent, but it's always a super parent.



              Child extends Parent
              Parent extends Object

              |
              V

              Child [indirectly] extends Object






              share|improve this answer














              share|improve this answer



              share|improve this answer








              edited Aug 31 at 9:50

























              answered Aug 31 at 9:46









              Andrew Tobilko

              20.4k83773




              20.4k83773











              • @AbhishekKeshri if the scenario 1 were correct, we would encounter the problem of choosing methods for the subclass (since both Object and Parent extends Object have the same set of methods including equals, hashCode, etc.)
                – Andrew Tobilko
                Aug 31 at 9:59
















              • @AbhishekKeshri if the scenario 1 were correct, we would encounter the problem of choosing methods for the subclass (since both Object and Parent extends Object have the same set of methods including equals, hashCode, etc.)
                – Andrew Tobilko
                Aug 31 at 9:59















              @AbhishekKeshri if the scenario 1 were correct, we would encounter the problem of choosing methods for the subclass (since both Object and Parent extends Object have the same set of methods including equals, hashCode, etc.)
              – Andrew Tobilko
              Aug 31 at 9:59




              @AbhishekKeshri if the scenario 1 were correct, we would encounter the problem of choosing methods for the subclass (since both Object and Parent extends Object have the same set of methods including equals, hashCode, etc.)
              – Andrew Tobilko
              Aug 31 at 9:59










              up vote
              4
              down vote













              The JavaDoc says:




              Class Object is the root of the class hierarchy. ...




              If a class does not extend any other class by decalring it using the keyword extends it extends though implicit from Object.



              See the Example 8.1.4-1 "Direct Superclasses and Subclasses" in the JLS, chapter 8.1.4



              It shows that a class Point int x, y; "is a direct subclass of Object"



              Further the JLS says:




              The subclass relationship is the transitive closure of the direct
              subclass relationship.




              Therefore Object is the superclass of all classes.



              Going on with the example a class ColoredPoint extends Point int color; "is a direct subclass of class Point.". By the transitive relationship it's a (non-direct) subclass of class Object.



              Summarizing: Object is either the direct superclass or by transitive relationship the last superclass of any other class.



              Answering your question:

              The class Parent corresponds to the class Point and the class Child to the class ColoredPoint of the example. Only Option 2 shows this relation.






              share|improve this answer


























                up vote
                4
                down vote













                The JavaDoc says:




                Class Object is the root of the class hierarchy. ...




                If a class does not extend any other class by decalring it using the keyword extends it extends though implicit from Object.



                See the Example 8.1.4-1 "Direct Superclasses and Subclasses" in the JLS, chapter 8.1.4



                It shows that a class Point int x, y; "is a direct subclass of Object"



                Further the JLS says:




                The subclass relationship is the transitive closure of the direct
                subclass relationship.




                Therefore Object is the superclass of all classes.



                Going on with the example a class ColoredPoint extends Point int color; "is a direct subclass of class Point.". By the transitive relationship it's a (non-direct) subclass of class Object.



                Summarizing: Object is either the direct superclass or by transitive relationship the last superclass of any other class.



                Answering your question:

                The class Parent corresponds to the class Point and the class Child to the class ColoredPoint of the example. Only Option 2 shows this relation.






                share|improve this answer
























                  up vote
                  4
                  down vote










                  up vote
                  4
                  down vote









                  The JavaDoc says:




                  Class Object is the root of the class hierarchy. ...




                  If a class does not extend any other class by decalring it using the keyword extends it extends though implicit from Object.



                  See the Example 8.1.4-1 "Direct Superclasses and Subclasses" in the JLS, chapter 8.1.4



                  It shows that a class Point int x, y; "is a direct subclass of Object"



                  Further the JLS says:




                  The subclass relationship is the transitive closure of the direct
                  subclass relationship.




                  Therefore Object is the superclass of all classes.



                  Going on with the example a class ColoredPoint extends Point int color; "is a direct subclass of class Point.". By the transitive relationship it's a (non-direct) subclass of class Object.



                  Summarizing: Object is either the direct superclass or by transitive relationship the last superclass of any other class.



                  Answering your question:

                  The class Parent corresponds to the class Point and the class Child to the class ColoredPoint of the example. Only Option 2 shows this relation.






                  share|improve this answer














                  The JavaDoc says:




                  Class Object is the root of the class hierarchy. ...




                  If a class does not extend any other class by decalring it using the keyword extends it extends though implicit from Object.



                  See the Example 8.1.4-1 "Direct Superclasses and Subclasses" in the JLS, chapter 8.1.4



                  It shows that a class Point int x, y; "is a direct subclass of Object"



                  Further the JLS says:




                  The subclass relationship is the transitive closure of the direct
                  subclass relationship.




                  Therefore Object is the superclass of all classes.



                  Going on with the example a class ColoredPoint extends Point int color; "is a direct subclass of class Point.". By the transitive relationship it's a (non-direct) subclass of class Object.



                  Summarizing: Object is either the direct superclass or by transitive relationship the last superclass of any other class.



                  Answering your question:

                  The class Parent corresponds to the class Point and the class Child to the class ColoredPoint of the example. Only Option 2 shows this relation.







                  share|improve this answer














                  share|improve this answer



                  share|improve this answer








                  edited Aug 31 at 10:40

























                  answered Aug 31 at 9:52









                  LuCio

                  1,257515




                  1,257515




















                      up vote
                      3
                      down vote













                      Well it is an interesting discussion. I think it will be option no 2. As if you try the below code .



                      public static void main(String args)
                      Parent p=new Parent();
                      Class c= p.getClass();

                      Child child =new Child();
                      Class c1= child.getClass();
                      System.out.println(c.getSuperclass());
                      System.out.println(c1.getSuperclass());




                      You will get output as :



                      class java.lang.Object 
                      class Parent





                      share|improve this answer






















                      • using the following code solved my doubt: Class child_super = c1.getSuperclass(); System.out.println(child_super.getSuperclass());
                        – Abhishek Keshri
                        Aug 31 at 9:59














                      up vote
                      3
                      down vote













                      Well it is an interesting discussion. I think it will be option no 2. As if you try the below code .



                      public static void main(String args)
                      Parent p=new Parent();
                      Class c= p.getClass();

                      Child child =new Child();
                      Class c1= child.getClass();
                      System.out.println(c.getSuperclass());
                      System.out.println(c1.getSuperclass());




                      You will get output as :



                      class java.lang.Object 
                      class Parent





                      share|improve this answer






















                      • using the following code solved my doubt: Class child_super = c1.getSuperclass(); System.out.println(child_super.getSuperclass());
                        – Abhishek Keshri
                        Aug 31 at 9:59












                      up vote
                      3
                      down vote










                      up vote
                      3
                      down vote









                      Well it is an interesting discussion. I think it will be option no 2. As if you try the below code .



                      public static void main(String args)
                      Parent p=new Parent();
                      Class c= p.getClass();

                      Child child =new Child();
                      Class c1= child.getClass();
                      System.out.println(c.getSuperclass());
                      System.out.println(c1.getSuperclass());




                      You will get output as :



                      class java.lang.Object 
                      class Parent





                      share|improve this answer














                      Well it is an interesting discussion. I think it will be option no 2. As if you try the below code .



                      public static void main(String args)
                      Parent p=new Parent();
                      Class c= p.getClass();

                      Child child =new Child();
                      Class c1= child.getClass();
                      System.out.println(c.getSuperclass());
                      System.out.println(c1.getSuperclass());




                      You will get output as :



                      class java.lang.Object 
                      class Parent






                      share|improve this answer














                      share|improve this answer



                      share|improve this answer








                      edited Aug 31 at 10:02

























                      answered Aug 31 at 9:51









                      codeLover

                      1,605314




                      1,605314











                      • using the following code solved my doubt: Class child_super = c1.getSuperclass(); System.out.println(child_super.getSuperclass());
                        – Abhishek Keshri
                        Aug 31 at 9:59
















                      • using the following code solved my doubt: Class child_super = c1.getSuperclass(); System.out.println(child_super.getSuperclass());
                        – Abhishek Keshri
                        Aug 31 at 9:59















                      using the following code solved my doubt: Class child_super = c1.getSuperclass(); System.out.println(child_super.getSuperclass());
                      – Abhishek Keshri
                      Aug 31 at 9:59




                      using the following code solved my doubt: Class child_super = c1.getSuperclass(); System.out.println(child_super.getSuperclass());
                      – Abhishek Keshri
                      Aug 31 at 9:59










                      up vote
                      1
                      down vote













                      The right answer is Option 2. Any Java class inherit all parents for their parents. In other words.



                      Class A extends Class B
                      Class B extends Class C
                      Class C extends Class D



                      Class X extends A -> it means that A inherit all protected/package/public fields from B,C and D.



                      In your example, Class Child inherit Parent properties but also Object properties in transitive mode.






                      share|improve this answer
























                        up vote
                        1
                        down vote













                        The right answer is Option 2. Any Java class inherit all parents for their parents. In other words.



                        Class A extends Class B
                        Class B extends Class C
                        Class C extends Class D



                        Class X extends A -> it means that A inherit all protected/package/public fields from B,C and D.



                        In your example, Class Child inherit Parent properties but also Object properties in transitive mode.






                        share|improve this answer






















                          up vote
                          1
                          down vote










                          up vote
                          1
                          down vote









                          The right answer is Option 2. Any Java class inherit all parents for their parents. In other words.



                          Class A extends Class B
                          Class B extends Class C
                          Class C extends Class D



                          Class X extends A -> it means that A inherit all protected/package/public fields from B,C and D.



                          In your example, Class Child inherit Parent properties but also Object properties in transitive mode.






                          share|improve this answer












                          The right answer is Option 2. Any Java class inherit all parents for their parents. In other words.



                          Class A extends Class B
                          Class B extends Class C
                          Class C extends Class D



                          Class X extends A -> it means that A inherit all protected/package/public fields from B,C and D.



                          In your example, Class Child inherit Parent properties but also Object properties in transitive mode.







                          share|improve this answer












                          share|improve this answer



                          share|improve this answer










                          answered Aug 31 at 9:51









                          admoca60

                          10112




                          10112




















                              up vote
                              1
                              down vote













                              From Class Object




                              public class Object

                              Class Object is the root of the class hierarchy.

                              Every class has Object as a superclass.
                              All objects, including arrays, implement the methods of this class.




                              This means that every Java class has Object as root in the hierarchy, not necessarily as its immediate parent.






                              share|improve this answer
























                                up vote
                                1
                                down vote













                                From Class Object




                                public class Object

                                Class Object is the root of the class hierarchy.

                                Every class has Object as a superclass.
                                All objects, including arrays, implement the methods of this class.




                                This means that every Java class has Object as root in the hierarchy, not necessarily as its immediate parent.






                                share|improve this answer






















                                  up vote
                                  1
                                  down vote










                                  up vote
                                  1
                                  down vote









                                  From Class Object




                                  public class Object

                                  Class Object is the root of the class hierarchy.

                                  Every class has Object as a superclass.
                                  All objects, including arrays, implement the methods of this class.




                                  This means that every Java class has Object as root in the hierarchy, not necessarily as its immediate parent.






                                  share|improve this answer












                                  From Class Object




                                  public class Object

                                  Class Object is the root of the class hierarchy.

                                  Every class has Object as a superclass.
                                  All objects, including arrays, implement the methods of this class.




                                  This means that every Java class has Object as root in the hierarchy, not necessarily as its immediate parent.







                                  share|improve this answer












                                  share|improve this answer



                                  share|improve this answer










                                  answered Aug 31 at 9:53









                                  fantaghirocco

                                  3,57952436




                                  3,57952436




















                                      up vote
                                      1
                                      down vote













                                      No multiple inheritance means in Java a class extends only 1 class; has one immediate base class. Indirectly a class can have many ancestors: Child has Parent and Object as ancestor "super" classes.



                                      Object --> Parent --> Child
                                      --> OtherChild

                                      Relation: 1 --> N


                                      The reason for avoiding multiple inheritance like in C++, was the ambiguity involved:



                                      Pseudo code assuming multiple inheritance:



                                      class A : Comparable
                                      class B : Comparable

                                      class Child : A, B

                                      @Override A? B?
                                      int compareTo(Child rhs) ... super.compareTo ? ...


                                      A a = new Child();
                                      B b = new Child();
                                      a.compareTo(b);





                                      share|improve this answer
















                                      • 1




                                        why should we care about which method to override if the signatures are identical? Overriding just implies that we are not satisfied with parents' behaviour and want to implement ours. The problem is, rather, what happens when we call child.compareTo(anotherChild) without overriding (which method are we going to invoke?)
                                        – Andrew Tobilko
                                        Aug 31 at 10:15






                                      • 1




                                        @AndrewTobilko well said; compareTo(a); compareTo(b), compareTo(child); actually I did not want to say anything about multiple inheritance (and interfaces) as that would be out of scope of the question. Just that multiple inheritance is not having an ancestral line; rather that single inheritance means having one (code bearing) parent per class. I also did not treat default methods in interfaces.
                                        – Joop Eggen
                                        Aug 31 at 10:30














                                      up vote
                                      1
                                      down vote













                                      No multiple inheritance means in Java a class extends only 1 class; has one immediate base class. Indirectly a class can have many ancestors: Child has Parent and Object as ancestor "super" classes.



                                      Object --> Parent --> Child
                                      --> OtherChild

                                      Relation: 1 --> N


                                      The reason for avoiding multiple inheritance like in C++, was the ambiguity involved:



                                      Pseudo code assuming multiple inheritance:



                                      class A : Comparable
                                      class B : Comparable

                                      class Child : A, B

                                      @Override A? B?
                                      int compareTo(Child rhs) ... super.compareTo ? ...


                                      A a = new Child();
                                      B b = new Child();
                                      a.compareTo(b);





                                      share|improve this answer
















                                      • 1




                                        why should we care about which method to override if the signatures are identical? Overriding just implies that we are not satisfied with parents' behaviour and want to implement ours. The problem is, rather, what happens when we call child.compareTo(anotherChild) without overriding (which method are we going to invoke?)
                                        – Andrew Tobilko
                                        Aug 31 at 10:15






                                      • 1




                                        @AndrewTobilko well said; compareTo(a); compareTo(b), compareTo(child); actually I did not want to say anything about multiple inheritance (and interfaces) as that would be out of scope of the question. Just that multiple inheritance is not having an ancestral line; rather that single inheritance means having one (code bearing) parent per class. I also did not treat default methods in interfaces.
                                        – Joop Eggen
                                        Aug 31 at 10:30












                                      up vote
                                      1
                                      down vote










                                      up vote
                                      1
                                      down vote









                                      No multiple inheritance means in Java a class extends only 1 class; has one immediate base class. Indirectly a class can have many ancestors: Child has Parent and Object as ancestor "super" classes.



                                      Object --> Parent --> Child
                                      --> OtherChild

                                      Relation: 1 --> N


                                      The reason for avoiding multiple inheritance like in C++, was the ambiguity involved:



                                      Pseudo code assuming multiple inheritance:



                                      class A : Comparable
                                      class B : Comparable

                                      class Child : A, B

                                      @Override A? B?
                                      int compareTo(Child rhs) ... super.compareTo ? ...


                                      A a = new Child();
                                      B b = new Child();
                                      a.compareTo(b);





                                      share|improve this answer












                                      No multiple inheritance means in Java a class extends only 1 class; has one immediate base class. Indirectly a class can have many ancestors: Child has Parent and Object as ancestor "super" classes.



                                      Object --> Parent --> Child
                                      --> OtherChild

                                      Relation: 1 --> N


                                      The reason for avoiding multiple inheritance like in C++, was the ambiguity involved:



                                      Pseudo code assuming multiple inheritance:



                                      class A : Comparable
                                      class B : Comparable

                                      class Child : A, B

                                      @Override A? B?
                                      int compareTo(Child rhs) ... super.compareTo ? ...


                                      A a = new Child();
                                      B b = new Child();
                                      a.compareTo(b);






                                      share|improve this answer












                                      share|improve this answer



                                      share|improve this answer










                                      answered Aug 31 at 9:56









                                      Joop Eggen

                                      73.1k65399




                                      73.1k65399







                                      • 1




                                        why should we care about which method to override if the signatures are identical? Overriding just implies that we are not satisfied with parents' behaviour and want to implement ours. The problem is, rather, what happens when we call child.compareTo(anotherChild) without overriding (which method are we going to invoke?)
                                        – Andrew Tobilko
                                        Aug 31 at 10:15






                                      • 1




                                        @AndrewTobilko well said; compareTo(a); compareTo(b), compareTo(child); actually I did not want to say anything about multiple inheritance (and interfaces) as that would be out of scope of the question. Just that multiple inheritance is not having an ancestral line; rather that single inheritance means having one (code bearing) parent per class. I also did not treat default methods in interfaces.
                                        – Joop Eggen
                                        Aug 31 at 10:30












                                      • 1




                                        why should we care about which method to override if the signatures are identical? Overriding just implies that we are not satisfied with parents' behaviour and want to implement ours. The problem is, rather, what happens when we call child.compareTo(anotherChild) without overriding (which method are we going to invoke?)
                                        – Andrew Tobilko
                                        Aug 31 at 10:15






                                      • 1




                                        @AndrewTobilko well said; compareTo(a); compareTo(b), compareTo(child); actually I did not want to say anything about multiple inheritance (and interfaces) as that would be out of scope of the question. Just that multiple inheritance is not having an ancestral line; rather that single inheritance means having one (code bearing) parent per class. I also did not treat default methods in interfaces.
                                        – Joop Eggen
                                        Aug 31 at 10:30







                                      1




                                      1




                                      why should we care about which method to override if the signatures are identical? Overriding just implies that we are not satisfied with parents' behaviour and want to implement ours. The problem is, rather, what happens when we call child.compareTo(anotherChild) without overriding (which method are we going to invoke?)
                                      – Andrew Tobilko
                                      Aug 31 at 10:15




                                      why should we care about which method to override if the signatures are identical? Overriding just implies that we are not satisfied with parents' behaviour and want to implement ours. The problem is, rather, what happens when we call child.compareTo(anotherChild) without overriding (which method are we going to invoke?)
                                      – Andrew Tobilko
                                      Aug 31 at 10:15




                                      1




                                      1




                                      @AndrewTobilko well said; compareTo(a); compareTo(b), compareTo(child); actually I did not want to say anything about multiple inheritance (and interfaces) as that would be out of scope of the question. Just that multiple inheritance is not having an ancestral line; rather that single inheritance means having one (code bearing) parent per class. I also did not treat default methods in interfaces.
                                      – Joop Eggen
                                      Aug 31 at 10:30




                                      @AndrewTobilko well said; compareTo(a); compareTo(b), compareTo(child); actually I did not want to say anything about multiple inheritance (and interfaces) as that would be out of scope of the question. Just that multiple inheritance is not having an ancestral line; rather that single inheritance means having one (code bearing) parent per class. I also did not treat default methods in interfaces.
                                      – Joop Eggen
                                      Aug 31 at 10:30










                                      up vote
                                      1
                                      down vote













                                      First of all, using Java 8, it is possible to accomplish Multiple inheritance using Default methods of interfaces.



                                      Secondly, your understanding regarding Object class is correctly represented in 'Option 2'.

                                      However, it is not multiple inheritance, rather multilevel inheritance. 'Option 1' is multiple inheritance.



                                      Please check this link to read more about them.






                                      share|improve this answer
























                                        up vote
                                        1
                                        down vote













                                        First of all, using Java 8, it is possible to accomplish Multiple inheritance using Default methods of interfaces.



                                        Secondly, your understanding regarding Object class is correctly represented in 'Option 2'.

                                        However, it is not multiple inheritance, rather multilevel inheritance. 'Option 1' is multiple inheritance.



                                        Please check this link to read more about them.






                                        share|improve this answer






















                                          up vote
                                          1
                                          down vote










                                          up vote
                                          1
                                          down vote









                                          First of all, using Java 8, it is possible to accomplish Multiple inheritance using Default methods of interfaces.



                                          Secondly, your understanding regarding Object class is correctly represented in 'Option 2'.

                                          However, it is not multiple inheritance, rather multilevel inheritance. 'Option 1' is multiple inheritance.



                                          Please check this link to read more about them.






                                          share|improve this answer












                                          First of all, using Java 8, it is possible to accomplish Multiple inheritance using Default methods of interfaces.



                                          Secondly, your understanding regarding Object class is correctly represented in 'Option 2'.

                                          However, it is not multiple inheritance, rather multilevel inheritance. 'Option 1' is multiple inheritance.



                                          Please check this link to read more about them.







                                          share|improve this answer












                                          share|improve this answer



                                          share|improve this answer










                                          answered Aug 31 at 10:07









                                          Shashank Singh

                                          164




                                          164




















                                              up vote
                                              0
                                              down vote













                                              Option 2, as every object derives Object.class methods






                                              share|improve this answer
























                                                up vote
                                                0
                                                down vote













                                                Option 2, as every object derives Object.class methods






                                                share|improve this answer






















                                                  up vote
                                                  0
                                                  down vote










                                                  up vote
                                                  0
                                                  down vote









                                                  Option 2, as every object derives Object.class methods






                                                  share|improve this answer












                                                  Option 2, as every object derives Object.class methods







                                                  share|improve this answer












                                                  share|improve this answer



                                                  share|improve this answer










                                                  answered Aug 31 at 9:43









                                                  Alexander Khlystov

                                                  12




                                                  12




















                                                      up vote
                                                      0
                                                      down vote













                                                      option 2.Object is a superclass of all other classes,but Object may not a dirrect superclass of a classe.






                                                      share|improve this answer
























                                                        up vote
                                                        0
                                                        down vote













                                                        option 2.Object is a superclass of all other classes,but Object may not a dirrect superclass of a classe.






                                                        share|improve this answer






















                                                          up vote
                                                          0
                                                          down vote










                                                          up vote
                                                          0
                                                          down vote









                                                          option 2.Object is a superclass of all other classes,but Object may not a dirrect superclass of a classe.






                                                          share|improve this answer












                                                          option 2.Object is a superclass of all other classes,but Object may not a dirrect superclass of a classe.







                                                          share|improve this answer












                                                          share|improve this answer



                                                          share|improve this answer










                                                          answered Aug 31 at 9:45









                                                          zzcron toby

                                                          63




                                                          63



























                                                               

                                                              draft saved


                                                              draft discarded















































                                                               


                                                              draft saved


                                                              draft discarded














                                                              StackExchange.ready(
                                                              function ()
                                                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f52112639%2fhow-can-the-object-class-be-a-super-class-of-subclasses%23new-answer', 'question_page');

                                                              );

                                                              Post as a guest













































































                                                              Comments

                                                              Popular posts from this blog

                                                              List of Gilmore Girls characters

                                                              What does second last employer means? [closed]

                                                              Confectionery