Microsoft
98-372 · Question #141
98-372 Question #141: Real Exam Question with Answer & Explanation
The correct answer is D. The method is available to all classes derived from the declaring class.. See the full explanation below for the reasoning.
Question
Which describes the effect of applying the protected accessibility modifier to a method?
Options
- AThe method is available only to other methods in the same class.
- BThe method is available only to classes in the same assembly.
- CThe method cannot be overridden in child classes.
- DThe method is available to all classes derived from the declaring class.
Community Discussion
No community discussion yet for this question.