Difference between revisions of "Components and Interfaces"

From CDOT Wiki
Jump to: navigation, search
(Related Links)
Line 15: Line 15:
 
== Related Links ==
 
== Related Links ==
  
http://www.hacksrus.com/~ginda/cview/
+
*http://www.mozilla.org/projects/xpcom/book/cxc/html/index.html
 +
*http://www.mozilla.org/projects/xpcom/book/cxc/html/quicktour2.html#1003424
 +
*http://www.hacksrus.com/~ginda/cview/
 +
*https://addons.mozilla.org/firefox/2230/
  
 
== Examples ==
 
== Examples ==

Revision as of 13:27, 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

Examples