Microsoft
98-361 · Question #355
Suppose that you defined a class Scenario that defines functionality for running customized pivot transform on large data sets. You do not want the functionality of this class to be inherited into…
The correct answer is A. sealed. See the full explanation below for the reasoning.
Question
Suppose that you defined a class Scenario that defines functionality for running customized pivot transform on large data sets. You do not want the functionality of this class to be inherited into derived classes. What keyword should you use to define the Scenario class?
Options
- Asealed
- Babstract
- Cprivate
- Dinternal
How the community answered
(15 responses)- A73% (11)
- B13% (2)
- C7% (1)
- D7% (1)
Community Discussion
No community discussion yet for this question.