Multiple Choice
The purpose of an interface is to:
A) provide similar objects with the same functionality,even though each will implement the functionality differently
B) provide different objects with the same functionality,even though each will implement the functionality differently
C) provide default implementations of methods and properties
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Q57: Polymorphism allows the addition of classes providing
Q68: The _ keyword is used to define
Q70: A class may implement only one interface.
Q71: The _ keyword is used to create
Q72: Consider the classes below: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB3459/.jpg" alt="Consider
Q74: An interface always should be used to
Q75: The Protected members of a base class
Q76: If a class leaves one method in
Q77: When a request is made to use
Q78: A class that implements an interface must