GEOS Programming: 3 The GEOS Object System

Up: GEOS SDK TechDocs | Up | Down | Prev: 2 Goc and C | Next: 4 Using Classes and Objects

GEOS is almost entirely object-oriented. Its object system supports true object-oriented principles such as encapsulation, inheritance, and message dispatching through the kernel.

The following section describes the class and object structures of GEOS, how to declare and define classes and objects, and how the messaging system and the kernel's message dispatcher work.


Up: GEOS SDK TechDocs | Up | Down | Prev: 2 Goc and C | Next: 4 Using Classes and Objects