nerdexam
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)
  • A
    73% (11)
  • B
    13% (2)
  • C
    7% (1)
  • D
    7% (1)

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice