Quote: orthodox canonical form provides default constructor/destructor, copy constructor, and assignment; allows reliable copy and delete of heap memory
Topic: heap memory management
Topic: types of object-oriented classes
Quotation Skeleton
According to a well-known design tenet in C++, … copy constructor, an assignment operator and a destructor, … explicitly are said to conform to the orthodox … [Coplien, Advanced C++ Programming Styles and Idioms, 1992].
Google-1Google-2