GIAC
GSSP-NET · Question #28
Which of the following modifiers in C# will you use if you do NOT want a custom-build component to be a base class?
The correct answer is A. sealed. See the full explanation below for the reasoning.
Question
Which of the following modifiers in C# will you use if you do NOT want a custom-build component to be a base class?
Options
- Asealed
- Bvirtual
- Coverride
- Dstatic
How the community answered
(63 responses)- A71% (45)
- B17% (11)
- C5% (3)
- D6% (4)
Community Discussion
No community discussion yet for this question.