클래스 생성

클래스를 생성하려면 다음 구문이 있는 Class 명령문을 사용합니다.

구문

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