Solved

If a Method Needs to Be Called Polymorphically,what Type of Reference

Question 41

Multiple Choice

If a method needs to be called polymorphically,what type of reference should be used to point to the object that the method is being called with


A) a reference of the base class that defines the behavior of the object
B) a reference of the same type as the object
C) an object reference to the actual object
D) None of the above.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions