MCSD Exam Practice Test
MCSD Programming in C# 3
What is the purpose of the `abstract` keyword when applied to a class in C#?
Select your answer
A
Prevents instantiation and requires derived classes to implement abstract members
B
Makes all methods private
C
Allows multiple inheritance
D
Seals the class hierarchy
Hint