Skeleton (computer programming): Difference between revisions

Content deleted Content added
No edit summary
No edit summary
Line 36:
}}</ref>
 
A '''class skeleton''' is an outlinoutline 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==