Components and Interfaces

From CDOT Wiki
Revision as of 13:27, 4 October 2006 by Mattar1 (talk | contribs) (Related Links)
Jump to: navigation, search

Short Description

Component

A component is a small piece of reusable code.

It is usually one of several in a module.

A module is a binary library that groups components that provide some functionality.

Interfaces

Long Description

Related Links

Examples