BSL Classes And Objects

Class is a construct that is used to define a unique type. Like Object Oriented Programming, BSL supports the creation of classes.

Class is simply the template for an object, and we instantiate an object to access the properties and methods of it. Classes can contain variables, properties, methods or event.