MSIR.0860 Can't extend (classtype): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(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 ...")
 
m (1 revision)
(No difference)

Revision as of 16:45, 9 November 2010

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.