CREATE PRIVATE
These keywords, when placed alone at the beginning of a class file, tells the interpreter that this class cannot be instanciated.
This is useful for classes that are just be designed for being parent of other classes.