nerdexam
Microsoft

98-361 · Question #163

You create an object of type ANumber. The class is defined as follows. The code is executed as follows. Dim mynumber As ANumber = new ANumber(3); What is the value of _number after the code is…

The correct answer is C. 3. See the full explanation below for the reasoning.

Question

You create an object of type ANumber. The class is defined as follows. The code is executed as follows. Dim mynumber As ANumber = new ANumber(3); What is the value of _number after the code is executed?

Exhibit

98-361 question #163 exhibit

Options

  • ANull
  • B0
  • C3
  • D7

How the community answered

(34 responses)
  • A
    3% (1)
  • B
    12% (4)
  • C
    82% (28)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full 98-361 Practice