Multiple Choice
To declare a class as abstract, you use the ____________ in the class header.
A) void keyword
B) new keyword
C) abstract keyword
D) static keyword
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q5: A method that accepts a base class
Q6: When you want to make sure a
Q7: To allow a property to be overridden,
Q8: Only methods in a derived class can
Q9: A(n) _ is a method with no
Q11: The _ declares that a method in
Q12: Properties in a base class can be
Q13: If a derived class introduces additional methods,
Q14: In object-oriented programming, the _ is more
Q15: You can think of a derived class