Classes can be made static by adding the 'set' Keyword when declaring the class:
set class someClass { ... }
Accessing a Static Class
You can access a Static Class the same way you would Access an object.
But instead of a
Class -> function();
Classes can be made static by adding the 'set' Keyword when declaring the class:
You can access a Static Class the same way you would Access an object.
But instead of a