Q. Explain how to invoke a superclass method from a subclass
method for the case in which the subclass method overrides a
superclass method and the case in which the subclass method does
not override a superclass method. [1 Mark]
this is a correct answer but i want
answer it in different way :
In the case where the subclass method
overrides the superclass method, it is necessary to explicitly use
the keyword super, to invoke the method of the superclass as...