You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Introduction to Classes Visual Basic / General Development
We use individual variables whenever we needed them. This allowed us to declare simple types to hold fairly small values. In visual basic, you can combine a group of variables into an entity. These variables become considered as one. You can then declare one or more elaborate variables from this enhanced type. Such a new type is called a class.