Cloning C++ class with pure virtual methods

后端 未结 4 773
北海茫月
北海茫月 2021-01-18 06:56

I have the following relation of classes. I want to clone the class Derived, but I get the error \"cannot instantiate abstract class\". How I can clone the derived class? T

4条回答
提交回复
热议问题