C++的虚函数的this指针怎么转换为派生类的对象指针?如果是虚函数,指针也可以转换么?
https://zhidao.baidu.com/question/272645854.html
直接通过虚函数以及对应对象指针来在基类和派生类之间转换