September 2005
Intermediate to advanced
576 pages
14h 23m
English
It is possible to initialize the values of member variables in an initializer, instead of having to do so in the constructor. You create an initializer by assigning an initial value to a class member:
Private second As Integer = 30
Read now
Unlock full access