pure virtual function(虚函数)

1. pure virtual function can be achieved, do not have to only declare, not to achieve.
2. even if the pure virtual function has been achieved, with pure virtual function of the class is still abstract class, not instantiation, this is the c++ standard

posted @ 2017-10-21 17:17  diamondDemand  阅读(264)  评论(0编辑  收藏  举报