Home > lang > createprivate 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
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 be designed for being parent of other classes.

See also

Object & Class Management, CREATE STATIC