Question: Assume the situation in question 3 {If Java encounters a method call of the following form: superclassVar . methodName where superclassVar is a variable of
Assume the situation in question 3 {If Java encounters a method call of the following form: superclassVar . methodName where superclassVar is a variable of a superclass that references an object whose type is a subclass, what is necessary for this statement to compile? During run time, will method methodName from the class that is the type of superclassVar always be invoked, or is it possible that a different method methodName will be invoked? Explain your answer.} , but method methodName is not defined in the class that is the type of superclassVar, though it is defined in the sublass type. Rewrite the method call so that it will compile.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
