You are on page 1of 1

inheritance

* java doesn't support multiple inheritana

* multilevel inheritance is allowed in java

* when an object is created from subclass by calling the constructor of sub class the sub class
constructor inplicitly calls the super constructor and object of a super creates first

You might also like