Skeleton Algorithm Article Index for
Skeleton
Shopping
Skeleton
Website Links For
Skeleton
 

Information About

Skeleton Algorithm




Skeleton programming facilitates a Top-down design approach, where a partially-functional system with complete high-level structures is designed and coded, and this system is then expanded to fulfill the requirements for the project to a successively higher level of detail.

Program skeletons are sometimes used for high-level descriptions of Algorithm s.

A program skeleton may also be utilized as a template that reflects syntax and structures commonly used in a wide class of problems.

Skeleton programs are utilized in the Template Method Design Pattern used in Object-oriented Programming . See that article for examples of skeleton programs.


SEE ALSO