When defining a clas and no constructor and destructor provided, compiler
generates both.
What're the need for this since they do nothing as to
constructing/destructing an obejct.
What's happening in constructor/destructor if they both are defaulted and
empty?
Thanks!
generates both.
What're the need for this since they do nothing as to
constructing/destructing an obejct.
What's happening in constructor/destructor if they both are defaulted and
empty?
Thanks!
Comment