Changes

Jump to: navigation, search

Object Oriented Programming with Visual Basic

17 bytes added, 18:17, 8 August 2007
Calling Object Methods
</pre>
== Calling Accessing Object Properties and Methods ==
Now that we know how to write a class and instantiate objects from the class, we now need to know how to call the methods on the methods we created in the class. First, you will recall that we created Get and Set functions the data members of our class. Because we did this, we can change and access these properties simply by reference them as we would any other property. For example:

Navigation menu