纯虚函数: virtual void func() = 0; 抽象类的子类 必须重写父类中的纯虚函数,否则也属于抽象类

NoSuchKey

猜你喜欢

转载自blog.csdn.net/ADADQDQQ/article/details/108333103