Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki Markup
\[[Dewhurst 02|AA. References#Dewhurst 02]\] Gotcha #38, "Slicing"
\[[ISO/IEC 14882-2003|AA. References#ISO/IEC 14882-2003]\] Section 9, "Classes"
\[[Sutter 00|AA. References#Sutter 00]\] GotW #22: "Object Lifetimes - Part I"

...

OBJ30OOP30-CPP. A class should not invoke its own virtual functions in its constructors or destructors      13. Object Oriented Programming (OOP)      OBJ34-CPP. Ensure the proper destructor is called for polymorphic objects