Intel Corporation Interview Question

can destructor be virtual?

Interview Answer

Anonymous

Jan 29, 2019

yes a destructor can be virtual but a constructor can not.

1