摘要: // 单继承虚函数无overload.cpp : Defines the entry point for the console application.// #include "stdafx.h" class Parent{public: virtual void fun1(){ } virtua 阅读全文
posted @ 2016-11-03 15:25 zhuh102 阅读(2091) 评论(0) 推荐(0)