Intel Corporation interview question

can destructor be virtual?

Interview Answer

Anonymous

29 Jan 2019

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

1