搜索资源列表
DEMO_4
- 接口实现多态 C#版 接口实现多态 C#版 接口实现多态 C#版-interface polymorphism C# version in terface polymorphism C# version interface polymorphic version of C#
cshapentryCourseware
- c#入门课件 第01章 C#.NET概述.ppt 第02章 C#数据类型.ppt 第03章 C# 语 句.ppt 第04章 类.ppt 第05章 继承、多态、委托与事件.ppt 第06章 设计窗体和控件.ppt 第07章 ADO.NET与数据操作.ppt 第08章 ASP.NET Web应用程序开发.ppt 第09章 网络协议与套接字编程 .ppt 第10章 TCP协议开发 .ppt 第11章 UDP协议开发 .ppt 第12章 FTP协议开发.p
likkk1950
- 利用C++语言的模板、继承、授权、多态等面向对象特性,借鉴命令模式,实现了对象在关系数据中的存储,降低应用系统与数据库之间的耦合,提高开发效率。 -The use of C++ language templates, inheritance, authorization, polymorphism and other object-oriented features, drawing command mode to achieve the object relational data sto
SharpDOMforCsharp
- Sharp DOM project allows you to develop HTML layout as C# code using all the power of modern object-oriented C# 4.0 language. You can use features of C# 4.0 like inheritance, polymorphism, etc. In other words, designing of HTML layout can be transfor
SimpleCalc
- 用C#写的计算器,实现了计算器的简单功能。但是用面向对象思想设计,如继承,封装,多态,有很好的理解。-Calculator using C# to write to achieve a simple calculator function. But the use of object-oriented design, such as inheritance, encapsulation, polymorphism, have a good understanding.
C_Polymorphism_instance
- C#多态性实例,向基类构造函数传递参数C # Polymorphism instance, the base class constructor to pass parameters-C# Polymorphism instance, the base class constructor to pass parameters
duotai
- c#关于学习多态的ppt文档,内容为niit制作并发布的-c# on the study of polymorphism ppt document for niit produced and released
polymorphism
- C#中继承和多态的例子,只适用于初学者学习。-Inheritance and polymorphism in C# example, only suitable for beginners to learn.
CPPbiaomianjitijijisuan
- 计算正方体、球体和圆柱体的表面积及体积。要求写出主程序,应用C++的多态性,分别计算边长为6.0的正方体、半径为5.0的球体,以及半径为5.0和高为6.0的圆柱体的表面积-Calculating surface area and volume of the cube, sphere and cylinder. Asked to write the main program, the application of c++ polymorphism, side length are calculat
CSharpExercises
- exercises developed in c #, has inheritance, polymorphism, encapsulation. MyTime class Book cla-exercises developed in c #, has inheritance, polymorphism, encapsulation. MyTime class Book class
Complex
- 主要是c++里面的类的多态与继承,这里利用的是复数的输入和运算符的多态,里面还涉及了友元函数、函数重载。- Mainly polymorphism and inheritance c++ class inside, where the use of the plural input and multi-state operators, which also involves a friend function, function overloading.