Cannot instantiate the type

当直接new 一个接口或者虚函数,回报这个错误:Cannot instantiate the type

你应该new一个接口的实现或者虚函数的非子类虚函数

原文地址:https://www.cnblogs.com/xingyyy/p/5324298.html