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:

Verified
Correct Answer:
Verified
Q36: Operator is returns true if two matching
Q37: Declaring a method sealed means:<br>A) it will
Q38: Objects of abstract base classes can be
Q39: An interface is typically used in place
Q40: An interface can not provide properties with
Q42: Unfortunately,polymorphic programs make it difficult to add
Q43: The keyword sealed is applied to methods
Q44: Classes and methods are declared sealed for
Q45: Constants declared in an interface are implicitly
Q46: You may define implementations for abstract methods