Versions Compared

Key

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

...

Tool

Version

Checker

Description

 PRQA QA-C++

 
Include Page
PRQA QA-C++_vV
PRQA QA-C++_vV

4260,4261,4273,4274,

4275,4276,4277,4278,

4279,4280,4281,4282

 

...

[Dewhurst 03] Gotcha 75: Calling Virtual Functions in Constructors and Destructors
[Sutter 04] Item 49: Avoid calling virtual functions in constructors and destructors.
[Lockheed Martin 05] AV Rule 71.1 A class’s virtual functions shall not be invoked from its destructor or any of its constructors.

...

OOP07-CPP. Do not inherit from multiple classes that have distinct objects with the same name      013. Object Oriented Programming (OOP)      DCL34-CPP. Do not write syntactically ambiguous declarationsImage Added Image Added Image Added