Can an abstract base class pointer call the functions of a derived class that are not overridden?

后端 未结 0 1321
挽巷
挽巷 2021-01-13 13:44

I am trying to use an abstract base class pointer to call a derived class function that is not overridden, but I am unable to call it. We are able to call an overridden func

相关标签:
回答
  • 消灭零回复
提交回复
热议问题