文件名称:xuhanshu
- 所属分类:
- 控制台(字符窗口)编程
- 资源属性:
- [C/C++] [源码]
- 上传时间:
- 2012-11-26
- 文件大小:
- 467kb
- 下载次数:
- 0次
- 提 供 者:
- yuan****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
利用多态性可以设计和实现一个易于扩展的系统。在C++程序设计中,多态性是指具有不同功能的函数可以用同一个函数名,这样就可以用一个函数名调用不同内容的函数。
-The use of polymorphism can design and implement a scalable system. In C++ programming, polymorphism refers to a function with different functions can use the same function name, so that you can use a function name to call different content function.
-The use of polymorphism can design and implement a scalable system. In C++ programming, polymorphism refers to a function with different functions can use the same function name, so that you can use a function name to call different content function.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Ch4 虚函数与多态性.ppt
虚函数与多态性.cpp
虚函数与多态性.cpp