ここで理解しようとしているいくつかのコードを継承しました。ヘッダーファイルは次のとおりです。
class RemoteNotify : public virtual ServiceObject, public virtual RemoteMsg{
RemoveNotify();
virtual ~RemoveNotify();
/* more code down here */
}
virtual
誰かがデストラクタを宣言する理由を知りたいですか?
ここで理解しようとしているいくつかのコードを継承しました。ヘッダーファイルは次のとおりです。
class RemoteNotify : public virtual ServiceObject, public virtual RemoteMsg{
RemoveNotify();
virtual ~RemoveNotify();
/* more code down here */
}
virtual
誰かがデストラクタを宣言する理由を知りたいですか?