Skeleton (computer programming): Difference between revisions

Content deleted Content added
Fixed mixup of "stub" and "skeleton"
top: move part from Class skeleton
Line 34:
| url = http://shop.oreilly.com/product/9780596007126.do
}}</ref>
 
A '''class skeleton''' is an outline of a [[class (computer science)|class]] that is used in [[software engineering]]. It contains a description of the class's roles, and describes the purposes of the [[Variable (programming)|variables]] and [[method (computer science)|method]]s, but does not implement them. The class is later [[implementation|implemented]] from the skeleton.
 
==References==