Programming - Inheritance - Discussion

You Are Here :: Home > JAVA > Inheritance - Discussion

 



Q.

Which is used to execute any method of the superclass from the subclass?                         


A. super.method-name(arguments) B. super.method-name(method)
C. super.method-name(variable) D. super.method-name(classname)

Answer: Option A
Explaination:

 


No Explanation




Discussion

Your Comments Goes here...
NameDiscussion