天生舞男

我喜欢谦虚的学习各种...,希望自己能坚持一辈子,因为即使一张卫生巾也是有它的作用.
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2005年9月4日

摘要: virtual fuction:class WageEmployee{public: virtual float computePay();};class SalesPerson : public WageEmployee{public: float computePay();}; A virtual function is a member function that you exp... 阅读全文

posted @ 2005-09-04 18:00 天生舞男 阅读(506) 评论(0) 推荐(0) 编辑