lzhenf

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年4月3日

摘要: #include <stdio.h>#include <stdio.h>#include <iostream>using namespace std;class Base{ public: virtual void f(){cout <<"Base:f"<<endl;} virtual void g(){cout<<"Base:g"<<endl;} virtual void h(){cout<<"Base :h" <<endl; 阅读全文
posted @ 2012-04-03 23:56 lzhenf 阅读(344) 评论(1) 推荐(0) 编辑