Reinitializing an Instance
Monday, April 17th, 2006
Occasionally, I want to reuse an object without having to create a new instance from scratch. Creating an instance with the new operator can be prohibitively expensive if you have to do it a lot. For example, I'm working on a project where a firework explodes into several dozen sparks.