Adding new functionality to an application using on-the-fly class generation
- by James P.
Is it possible to generate subclasses at runtime or while an application is running? If so, how is this achieved and what precautions should be taken to prevent a rogue object wreaking havoc inside an application?
Edit: Title modified from "Class generation on the fly".