MSIR.0860 Can't extend (classtype)

From m204wiki
Revision as of 15:01, 9 November 2010 by 198.242.244.47 (talk) (Created page with "The indicated class type (enumeration, file/group class, collection) cannot be extended. These somewhat arbitrary restrictions might be lifted some day, but for now they must be ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The indicated class type (enumeration, file/group class, collection) cannot be extended. These somewhat arbitrary restrictions might be lifted some day, but for now they must be coded around. One way of working around the restriction is to contain a reference to an object of the class that is not allowed to be extended. Quite often this is as good (or even better!) than extending the class.