End Google Ads 201810 - BS.net 01 --> I have a similar question, the one that somebody ask me recently : If I have a simple class, with only one method
class Foo { public: Foo(); virtual ~Foo(); DoSomething(); }; what generate the compiler ? Code for constructor, destructor and method DoSomething() only ? Don't generate a default copy constructor and assigning operator, even is doesn't explicity implemented ?