Cold Help System: Programming: ColdC Reference Manual: Objects


An object in ColdC is both a data type and a database record. Objects are structured with parents and children in a tree (geneology-style) heirarchy known as the object heirarchy. An object has both ColdC procedures (methods) and ColdC Data (variables) bound to it. The object variables are accessed and modified by the methods defined on the object.



Object Oriented Programming | Objects | Language Structure | Implementation | Textdump | Functions | Native Method Reference


the Cold Dark