搜索资源列表
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
Cpracticereport.rar
- C++实习报告:包括源代码、需求分析、解题说明、调试报告等,主要内容是:循环和分支,数组和函数,指针、引用和异常处理,结构体和类,派生、继承和多态,文件和模板及综合等7大类型。 ,C++ internship report: including source code, needs analysis, problem-solving that debug report, the main contents are: circulation and branch, array and funct
Objective-C(Chinese)
- Objective-C(中文) 設定環境 前言 編譯 hello world 創建 Classes 把它們湊在一起 詳細說明... 多重參數 建構子(Constructors) 存取權限 異常情況(Exceptions)處理 繼承、多型(Inheritance, Polymorphism)以及其他物件導向功能 id 型別 繼承(Inheritance) 動態識別(Dynamic types) 記憶體管理 優點與缺點-Objec
the-CPP-of-summary
- 别人写的C++总结,感觉很好,拿来跟大家分享分享,主要是针对面向对象的类、继承、多态、 异常处理。-Others write the C++ of summary, I feel good, and brought to share with you to share, mainly for object-oriented classes, inheritance, polymorphism, exception handling.
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++语言进行了深入浅出的介绍,从基础知识到ANSI-C++标准的最新功能,内容涵盖了从数组,类等基本概念到多态、模板等高级概念。教程本着实用的原则,每一小节都结合了可以工作的程序实例,以便读者从第一课开始就可以上手实习。-This tutorial C++ language introduced in simple terms, from the basics to the latest features of ANSI-C++ standards, covering an array
cPPpolymorphism
- 对c++语言多态的总结,利用思维导图的方式全面总结C++多态的特性。-Summary of polymorphism of c++ language, the use of mind mapping way comprehensive summarize the characteristics of c++ polymorphism.
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