What is the value of _number after the code is executed?

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?
A. Null
B. 0
C. 3
D. 7

microsoft-exams

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.