> lang > createprivate | ![]() |
السابق التالي تحرير إعادة تسمية تراجع بحث الإدارة
| المستندات |
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.