Multiple Choice
Multiple inheritance is not possible in C#; ____ provides the closest work around to this because a class can implement multiple ____.
A) interfaces
B) abstract classes
C) virtual classes
D) components
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q17: It is not necessary to add a
Q18: public static void ExchangeContents (ref T value1,
Q19: Through defining the methods of a class
Q20: Class library files end with a(n) _
Q21: The base default constructor is called by
Q23: To override a method, the base method
Q24: Partial classes enable a class to be
Q25: If you do not want subclasses to
Q26: _ classes cannot be instantiated. _ classes
Q27: A stack represents a simple _ collection.