Without a virtual destructor, deleting a derived object through a base-class pointer only invokes the base destructor, skipping the derived one. |
||
|---|---|---|
| .. | ||
| cmake | ||
| include | ||
| src | ||
| .gitignore | ||
| CMakeLists.txt | ||
Without a virtual destructor, deleting a derived object through a base-class pointer only invokes the base destructor, skipping the derived one. |
||
|---|---|---|
| .. | ||
| cmake | ||
| include | ||
| src | ||
| .gitignore | ||
| CMakeLists.txt | ||