Per creare una classe, utilizzare l'istruzione Class con la sintassi seguente.
Sintassi
BSL classes are enclosed within Class .... End Class
'Defining the Class
Class classname 'Declare the object name
End Class
Instantiation of the Class
Set objectname = new classname