CREATE PRIVATE

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 designed to be the parent of other classes.

See also