Multiple Choice
Abstract classes can include ____.
A) regular data field and method members
B) only virtual methods
C) only abstract methods
D) properties and virtual methods
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q37: Use the _ keyword to mark a
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
Q43: Multiple classes can implement the same interface,
Q44: Class library components should be compiled using
Q45: _ contain no implementation details for any
Q46: To keep subclasses from overriding a method,
Q47: Abstraction provides a way to simplify complex