Category

From GNUstepWiki
Revision as of 14:22, 30 August 2005 by Cbv (talk | contribs) (fixed link)
Jump to navigation Jump to search

Categories let you extend the behaviour of a class without having to subclass it.

The obvious advantage is that all classes that inherit from the original class would automagically also inherit the additions of your category.

One disadvantage is that a category cannot add Instance variables.