MSIR.0869 New disallowed in base class (classname), but not disallowed in Public block

From m204wiki
Revision as of 16:07, 13 August 2015 by JALWiccan (talk | contribs) (Automatically generated page update)
Jump to navigation Jump to search

Disallow New was specified in one of the base classes for the extension class, but it was not specified in the extension class's Public block. Since a New of the extension class would cause a New of all base classes, and since one of the base classes had explicitly disallowed this, the extension class must also disallow it.