G
Guest
Suppose that we have a class with two overloaded ctors defined. And in one ctor, I have written a greate deal of code. So I'd like to reuse those code in another ctor avoiding rewrite them
My question is that, whether it is possible to invoke one ctor in another ctor? How to do it? Any example would be appreciated
My question is that, whether it is possible to invoke one ctor in another ctor? How to do it? Any example would be appreciated