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
Options
- ANull
- B0
- C3
- D7
How the community answered
(34 responses)- A3% (1)
- B12% (4)
- C82% (28)
- D3% (1)
Community Discussion
No community discussion yet for this question.
