VB.NET Tutorial 56 – Classes (Visual Basic 2008/2010)



VB.NET Tutorial 56 – Classes (Visual Basic 2008/2010)

VB.NET Tutorial 56 - Classes (Visual Basic 2008/2010)

In this tutorial, we cover how to create a class, how to add members to a class and how to create an instance of a class. This is one of the core concepts of the language itself and it is vital that you understand it. A class is like a blank canvas or a template for the object that you will create. An object is an instance of a class, and so all objects are unique but similar. This concept may be difficult to grasp at first but should be easy enough if you stick at it.

For more information, check out the website:
http://howtostartprogramming.com/vb-net/vb-net-tutorial-56-classes/

Comments are closed.