True/False
If classes C1 and C2 both implement an interface Cint, which has a method whichIsIt, and if C1 c = new C1(); is performed at one point of the program, then a later instruction
c.whichIsIt(); will invoke the whichIsIt method defined in C1.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q8: We compare sorting algorithms by examining<br>A) the
Q9: A GUI control that allows the user
Q10: Both the insertion sort and the selection
Q11: Java allows one to create polymorphic references
Q12: Can a program exhibit polymorphism if it
Q14: Write an insertion sort method to sort
Q15: Consider the code shown below. It contains
Q16: Demonstrate how the following array is sorted
Q17: The fact that the System.out.println() method is
Q18: Is it possible to use both overloading