Posts

Showing posts with the label Inheritance hierarchy for executing constructors

Zeek_46_ConstructorsInInheritance.java

  /*    INHERITANCE HIERARCHY-The constructors are executed in order 1 -> 2 -> 3      [1]Parent --> [2]Child --> [3]Grandchild      i.e-This inheritance occurs When you create object of Grandchild class