Question: IF you have multiple classes in your program that have implemented the same interface in different ways, how is the correct method executed? The method
IF you have multiple classes in your program that have implemented the same interface in different ways, how is the correct method executed?
The method must be qualified with the class name to determine the correct method.
The Java virtual machine must locate the correct method by looking at the class of the actual object.
You cannot have multiple classes in the same program with different implementations of the same interface.
The compiler must determine which method implementation to use.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
