Best practice, Constructor location

I would like to know if it is best to implement a constructor/destructor in the header file inside the class, in a header file outside of the class or in the source file.

Privacy & Terms