Monday, March 23, 2009

Classes and Objects in Visual Studio

Classes are types and Objects are instances of the Class. Classes and Objects are very much related to each other. Without objects you can't use a class. In Visual Basic we create a class with the Class statement and end it with End Class.

No comments:

Post a Comment