Call constructor on an already existing instance?
I like to execute the constructor logic,
including all the class member constructors,
on an existing instance (with out executing the destructor).
Can it be?
Thanks.
I like to execute the constructor logic,
including all the class member constructors,
on an existing instance (with out executing the destructor).
Can it be?
Thanks.
Comment