Microsoft
98-372 · Question #141
Which describes the effect of applying the protected accessibility modifier to a method?
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.
How the community answered
(22 responses)- A9% (2)
- B14% (3)
- C5% (1)
- D73% (16)
Community Discussion
No community discussion yet for this question.