Class Statement (VBScript)

Declares the name of a class, as well as a definition of the variables, properties, and methods that comprise the class.

Class name
      statements
End Class 

Expand imageArguments

Expand imageRemarks

Expand imageRequirements

Expand imageSee Also