Q20
Single choice
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?