Question: A certain Java/CN1 class named B extends another class named A. Class B defines a method named C with the same signature as that of
A certain Java/CN1 class named B extends another class named A. Class B defines a method named C with the same signature as that of a method named C in Class A. Method C does not contain the keyword super. A program constructs an instance of B and invokes method C in that object. The code which will be executed as a result of this invocation is and explain why
A. the code in A.C
B. the code in B.C
C. the code in A.C followed by the code in B.C
D. the code in B.C followed by the code in A.C
E. it depends on the code in A.C
F. it depends on the code in B.C
G. None of the above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
