IsDerived
virtual bool IsDerived() { return false; }
virtual bool IsDerived() override { return true; }