Microsoft
98-361 · Question #352
You are C# developer who is developing a Windows application. You need to provide a common definition of a base class that can be shared by multiple derived classes. Which keyword should you use to de
The correct answer is C. interface. See the full explanation below for the reasoning.
Question
You are C# developer who is developing a Windows application. You need to provide a common definition of a base class that can be shared by multiple derived classes. Which keyword should you use to declare the new class?
Options
- Avirtual
- Bsealed
- Cinterface
- Dabstract
How the community answered
(33 responses)- A3% (1)
- B6% (2)
- C76% (25)
- D15% (5)
Community Discussion
No community discussion yet for this question.