Difference between revisions of "Components and Interfaces"

From CDOT Wiki
Jump to: navigation, search
(Short Description)
Line 1: Line 1:
 
== Short Description ==
 
== Short Description ==
  
A component is a small piece of reusable code. It is usually one of several in a module.
+
=== 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.
 
A module is a binary library that groups components that provide some functionality.
 +
 +
=== Interfaces ===
  
 
== Long Description ==
 
== Long Description ==

Revision as of 13:16, 4 October 2006

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

http://www.hacksrus.com/~ginda/cview/

Examples