搜索资源列表
c++试验
- vc+环境下的面向对象编程.介绍了类的定义,封装性,继承性和多态性,以及模板的有关应用.-vc environment of object-oriented programming. Introduced a class definition, encapsulation, inheritance and polymorphism, the templates and applications.
c++vehicleReport
- c++课程设计类 抽象类 继承 多态 实现文档-c curriculum design category abstract class extends to achieve polymorphism Documents
Objective-C(Chinese)
- Objective-C(中文) 設定環境 前言 編譯 hello world 創建 Classes 把它們湊在一起 詳細說明... 多重參數 建構子(Constructors) 存取權限 異常情況(Exceptions)處理 繼承、多型(Inheritance, Polymorphism)以及其他物件導向功能 id 型別 繼承(Inheritance) 動態識別(Dynamic types) 記憶體管理 優點與缺點-Objec
CPP123
- C++中多态性的教学研究,一个关于多态性的研究-C++ polymorphism in teaching and research, a study on polymorphism
design-mode-in-c
- 面向对象C语言(Object Oriented C)只是运用单纯的C的宏(Macro)技巧,实现面向对象的基本技术。借用OOC.H 文件的宏,就可以实现类的封装、继承、多态-Object-oriented C language (Object Oriented C) just use pure C macro (Macro) skills, the basic object-oriented technology. Macro borrow OOC.H file, you can achieve
Project-3
- Project CS dealing with C++ and inheritance, polymorphism, etc.
1122196
- 动态多态,C++编写的一个工资管理程序,以雇员类为基类公有派生出经理类、计件工类和小时工类。经理享有固定的底薪和业绩奖励,销售员的收入是一小部分的基本工资加上销售额的提成,计件工的收入完全取决于其生产的工件数量,小时工的收入以小时计算,再加上按时计算的加班费。运用基类指针显示输出各类对象的薪水值。-Dynamic polymorphism, write a payroll program to employees classified as managers derived base class
demo
- 使用4个用例,纵向突出C++中的继承和多态的使用优点。-Use four use cases, vertical highlight C++ the use of inheritance and polymorphism advantage.
CPP
- C++,从基础入门到熟练掌握,包括简单程序设计,数组指针字符串,继承与派生,函数,类,对象,多态性-C++, basic entry to master, including a simple program design, pointer to an array of strings, inheritance and derived, functions, classes, object, polymorphism
VisualCPP
- C++是C语言的继承,它既可以进行C语言的过程化程序设计,又可以进行以抽象数据类型为特点的基于对象的程序设计,还可以进行以继承和多态为特点的面向对象的程序设计。-C++ is the C language inheritance, it can carry on the C language procedure procedure design, may carry on the abstract data type characteristic object-oriented programm