CPP程序设计10:继承性及派生类.pdfVIP

  • 4
  • 0
  • 约3.5万字
  • 约 63页
  • 2017-06-13 发布于湖北
  • 举报
The C++ Programming Language C++语言程序设计 第10章:继承性和派生类 第10章 继承性和派生类 1 基类和派生类 2 单继承 3 多继承 4 虚基类 §10.1 基类和派生类 THE C++ PROGRAMMING LANGUAGE class animal { public: void eat() { coutanimal eatendl; } void sleep() { coutanimal sleependl; } void brea

文档评论(0)

1亿VIP精品文档

相关文档