搜索资源列表
Lesson2Code
- C++经典语法与应用,类的编写与应用,构造与析构函数,函数的重载,类的继承,函数覆盖,基类与派生类的构造函数、析构函数先后调用顺序,如何在派生类构造函数中向基类的构造函数传递参数,this成员变量,类型转换的内幕,虚拟函数与多态性,引用和指针的变量的区别与共同处。VC工程的编译原理与过程,将工程中不同的类拆分到不同的原文件中,每一个类由一个.h和.cpp文件共同完成,头文件重复定义问题的解决,培养了学员良好的编程习惯,也为以后分析MFC
C++daima
- C++实验报告,包括函数的重载,调用,多态性,类的继承与派生
jichengpaisheng
- 继承与派生,C++的类的继承与派生,点单小程序
高质量C++C 编程指南
- 前 言 .......................................................................................................................................6 第 1 章 文件结构 .................................................................
高质量C++/C编程指南
- 第1章 文件结构... 11 1.1 版权和版本的声明... 11 1.2 头文件的结构... 12 1.3 定义文件的结构... 13 1.4 头文件的作用... 13 1.5 目录结构... 14 第2章 程序的版式... 15 2.1 空行... 15 2.2 代码行... 16 2.3 代码行内的空格... 17 2.4 对齐... 18 2.5 长行拆分... 19 2.6 修饰符的位置... 19 2.7 注释... 20
experience 6
- 掌握类的继承与派生类关系以及实现方法,理解类的层次结构;掌握派生类构造函数初始化基类成员和对象成员的方法;理解赋值兼容规则,掌握派生类的复制构造函数和赋值运算符的定义;
FH48Draw
- 画图程序,能实现直线,矩形,三角形等的绘画。实用类的继承与派生实现的。-Drawing procedures, to achieve a straight line, rectangle, triangle, such as painting. Utility derived class inheritance and achievable.
C++daima
- C++实验报告,包括函数的重载,调用,多态性,类的继承与派生 -C++ Experimental reports, including the function of the heavy-duty, call, polymorphism, class inheritance and derivation
jichengpaisheng
- 继承与派生,C++的类的继承与派生,点单小程序-Inheritance and derivation, C++ The type of inheritance and derivation, small single-point procedure
exercise_13
- 这是一个关于类的继承与派生的C++的实例,很有参考价值的哦!-It is a kind of inheritance and derived C++ examples of valuable Oh!
duolei
- 掌握类的继承与派生; (2)学会类的虚拟继承避免多重派生的歧义性; (3)掌握通过虚函数实现多态性的方法; (4)掌握动态绑定的技术。 -(1) master class, inheritance and derived (2) Institute of the virtual class inheritance to avoid the ambiguity of multiple derived (3) c
jicheng
- 掌握类的继承与派生; 学会类的虚拟继承避免多重派生的歧义性; 掌握通过虚函数实现多态性的方法; 掌握动态绑定的技术。 -Master class, inheritance and derived Institute of class to avoid multiple virtual inheritance derived ambiguity control through virtual functions to
1
- 面向对象 类的继承与派生 适合初学C++语言的人-class
ClassPerson
- 面向对象变成的继承与派生实例。展现基类与派生类关系和基本结构-Object-oriented inheritance and derived instances. Show the relationship between the base and derived classes and the basic structure
jichengyupaisheng
- 用于面向对象编程,实现类的继承与派生。一个小型的实验例子,更好的理解类的继承与派生-For object-oriented programming, inheritance and derived classes. Example of a small experiment, a better understanding of the inheritance and derived classes
chengyu1
- 类的继承与派生的几道练习题,内有题的大意-Class inheritance and derived
CPPtemplate
- 函数模板以及类模板的讲解,包含:类模板的概念与定义、模板类、类模板的继承与派生等等 -Explain the function templates and class templates, including: concept and definition of a class template, templates, classes, inheritance and derived class templates, etc.
Debug
- 实现点,园,圆柱之间的继承与派生,在类之间实现继承性调用!-Inheritance and derived point, park, between the cylinders between class implementation inheritance call!
Test
- 接口;类的继承与派生方法;多文件类的编写与调试方法。 -Inheritance and methods derived class interface to write and debug multi file class.
实验6
- 掌握继承和派生的定义,派生类的定义方法和继承方式。 掌握派生类中的构造函数的使用。 掌握多重继承的概念、定义方法、多重继承派生类构造函数的执行顺序。 掌握虚基类的概念和定义方法。 定义一个基类有姓名、性别、年龄;再由基类派生出教师类和学生类,教师类增加工号、职称和工资,学生类增加学号、班级、专业和入学成绩;由学生类和教师类派生在职研究生类和在读教师类,在职研究生类增加工作单位。(First, the purpose of the exp