Content deleted Content added
No edit summary Tags: Mobile edit Mobile web edit |
m Reverted edits by 78.96.171.183 (talk) to last version by 74.87.24.203 |
||
Line 31:
| publisher = O'REILLY
| format = paperback
| isbn = 978-0-596-00712-6
| accessdate = 2012-08-28
| 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.
==See also==
|