This page is experimental and may change significantly in future releases.
Parent Class with a Virtual Destructor and a Child Class without a Virtual Destructor
Properties
id: d3f:CWE-1045
- name
- Parent Class with a Virtual Destructor and a Child Class without a Virtual Destructor
- definition
- A parent class has a virtual destructor method, but the parent has a child class that does not have a virtual destructor.
Neighbors
CWE-1045 has no direct neighbors in this release.Inferred Relationships
Related Countermeasure Techniques
Related Weaknesses
CWE-1045 has no related weaknesses in this release.