Multiple Choice
If you do not want subclasses to be able to provide new implementation details, you can add the keyword ____ to methods. Doing so keeps derived classes from being able to override the method.
A) partial
B) abstract
C) virtual
D) sealed
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q20: Class library files end with a(n) _
Q21: The base default constructor is called by
Q22: Multiple inheritance is not possible in C#;
Q23: To override a method, the base method
Q24: Partial classes enable a class to be
Q26: _ classes cannot be instantiated. _ classes
Q27: A stack represents a simple _ collection.
Q28: With C#, you have single inheritance, but
Q29: When you have a method that has
Q30: Both var and _ enables developers to