文件名称:Inheritence
介绍说明--下载内容均来自于网络,请自行研究使用
c++类的继承的基本例程。定义了“动物”类,然后定义了“猫”类并继承动物的特征(猫属于动物),然后定义了“老虎”类并继承猫的特征(老虎属于猫)。简单易懂,适合小白琢磨。(The basic routine of the inheritance of the c++ class. It defines the "animal" class, then defines the "cat" class and inherits the characteristics of the animal (the cat belongs to the animal), and then defines the "tiger" class and inherits the characteristics of the cat (the tiger belongs to the cat). Easy to understand, suitable for small white polish.)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
Inheritence | 0 | 2018-03-15 |
Inheritence\.cproject | 12927 | 2018-03-21 |
Inheritence\.project | 839 | 2018-03-15 |
Inheritence\.settings | 0 | 2018-03-15 |
Inheritence\.settings\language.settings.xml | 2173 | 2018-03-21 |
Inheritence\.settings\org.eclipse.cdt.managedbuilder.core.prefs | 1427 | 2018-03-15 |
Inheritence\Debug | 0 | 2018-03-15 |
Inheritence\Debug\Inheritence.exe | 104371 | 2018-03-15 |
Inheritence\Debug\src | 0 | 2018-03-15 |
Inheritence\Debug\src\Inheritence.o | 61987 | 2018-03-15 |
Inheritence\src | 0 | 2018-03-15 |
Inheritence\src\Inheritence.cpp | 776 | 2018-03-15 |