> lang > createprivate | ![]() |
Previous Next Edit Rename Undo Search Administration
| Documentation |
CREATE PRIVATEThese 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.