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