GRAPHISOFT Interview Question

Why does base class have virtual destructor?

Interview Answer

Anonymous

May 27, 2022

In case of inheritance the destructor wouldn't get called.