Multiple Choice
Use the ____ keyword to mark a class so that it can be used only as the base class from which other classes can be derived.
A) base
B) interface
C) virtual
D) abstract
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q32: Software components often take the form of
Q33: Components are implemented in C# through _.<br>A)
Q34: public class A : B, C<br>Which of
Q35: Variables declared as dynamic _.<br>A) require boxing
Q36: You can think of an interface as
Q38: If a class implements more than one
Q39: An overloaded method must have exactly the
Q40: _ allows you to create a general
Q41: By defining data members as private, you
Q42: Abstract classes can include _.<br>A) regular data