is it possible to re-initialize an object of a class using its constructor?
Sort of. Given a class A:
A a; ... a = A();
the last statement is not initialisation, it is assignment, but it probably does what you want.
1.4m articles
1.4m replys
5 comments
57.0k users