When define an interface of all pure virtual functions, will the destructor
of it will automatically virtual, or it has to be declared as virtual?
Should it be declared as "virtual" when defining the interface?
of it will automatically virtual, or it has to be declared as virtual?
Should it be declared as "virtual" when defining the interface?
Comment