Changes

Jump to: navigation, search

Object Oriented Programming with Visual Basic

1 byte removed, 18:18, 8 August 2007
Instantiating an Object from a Visual Basic Class
objBankAccount = New clsBankAccount
</pre>
 
It is also possible to instantiate the object at the same time that it is declared:

Navigation menu