错误 1 error C2243: “类型转换”: 从“CBearMonster *”到“CMonster *”的转换存在,但无法访问 今天写设计模式的时候,私有继承父类(protected 也是),使用多态时遇到这个问题,将private或protected继承改为public 继承就会解决这个问题