By Kardi Teknomo, PhD .

< Previous | Next | VB Tutorial | Contents >

Class Module

Class modules (.CLS file name extension) are the foundation of object-oriented programming in Visual Basic. You can write code in class modules to create new objects. These new objects can include your own customized properties and methods. Actually, forms are just class modules that can have controls placed on them and can display form windows. We will discuss more detail later about Object-Oriented Programming (OOP) in the lesson 5.


< Previous | Next | VB Tutorial | Contents >

Rate this tutorial or give your comments about this tutorial

This tutorial is copyrighted .