搜索资源列表
MyCalcApp
- 用C#实现的一个不错的计算器,包含了自己写的一个继承TEXTBOX类的控件 -C# a good calculator, includes himself in a succession of such controls TEXTBOX
DEMO_2b
- 类的继承体系可以用\"堆积木\"来解释?嗟募坛刑逑悼梢杂?堆积木\"来解释类的继承体系可以用\"堆积木\"来解释-kind of inheritance system can be used "Stacking wood" to explain the types o f inheritance system can be used "Stacking wood" to explain the types of inheritance system can
assignment2
- c#继承类的练习-inherited type of exercises
assignment3
- c#继承类的小练习-succession of small practice category
LG3-Source
- C#中的继承联系 关于坐标 薪水的 类的继承
jicheng
- 一个关于继承的实例,你可以很好的学习派生类与继承类-A succession of examples, you can learn a good type of derived classes with inheritance
class
- 通过定义类和基类实现类的继承的一个实例窗体应用程序-class
jicheng
- 掌握类的继承与派生; 学会类的虚拟继承避免多重派生的歧义性; 掌握通过虚函数实现多态性的方法; 掌握动态绑定的技术。 -Master class, inheritance and derived Institute of class to avoid multiple virtual inheritance derived ambiguity control through virtual functions to achieve polymorphism method m
1
- 面向对象 类的继承与派生 适合初学C++语言的人-class
csharp
- C#高级编程 第2版 本书为一本综合性C#的图书,第一章 .NET结构, 第二章 c#简介,第三章 c#基础,第四章 类和继承,第五章 面向对象的c#语言,第六章 C#的高级论题,第七章 c#和基类, 第八章 在.NET环境中编程,第九章 windows应用程序,第十章 装配件,第十一章 .NET的数据访问,第十二章 查看.NET的数据,第十三章 XML,第十四章 文件和注册表制作,第十五章 使用Active Directory,第十六章 ASP.NET页面,第十七章 Web服务 第十八章
Point_Circle
- 类的应用,继承,派生,虚基类,大学基础课程题目代码-The application of the class, inheritance, derived virtual base class, University Foundation Course topics code
leijicheng
- 应用多继承中虚拟基类的应用,掌握虚拟函数在多态性中的应用,掌握虚函数、纯虚函数、抽象类的概念,并能应用抽象类解决实际问题。-The application of multiple inheritance in virtual base class to master virtual function polymorphism in the master virtual function, the concept of pure virtual functions, abstract classe
salary-system
- 定义员工类Employee以及它的继承类Manager和Director,里面包含员工相应的信息以及修改信息和获得信息的函数。定义一个抽象类Payment,工资Salary、奖金Bonus、股票分红Option均为Payment的子类。-Define the Employee class Employee and its inherited classes Manager and Director, which contains the corresponding information of
rar
- 现在假设我们想要获得多个订阅者的返回值,以List<string>的形式返回,该如何做呢?我们应该记得委托定义在编译时会生成一个继承自MulticastDelegate的类,而这个MulticastDelegate又继承自Delegate,在Delegate内部,维护了一个委托链表,链表上的每一个元素,为一个只包含一个目标方法的委托对象。而通过Delegate基类的GetInvocationList()静态方法,可以获得这个委托链表。随后我们遍历这个链表,通过链表中的每个委托对象来调
CPP_parent
- 父类与子类的基本应用示范。父类是车类,子类是自行车,摩托车,汽车等。元素有重量,速度等等。适合于初学者理解父类与子类的继承问题。-Parent class and subclass of the basic application demonstration. Parent class is the car class, subclass is bicycles, motorcycles, cars and so on. Element has a weight, speed and so on
1
- 首先定义类Point,然后定义类Point的公有派生类Circle,在定义类Circle的公有派生类Cylinder。 类Point的数据成员int型的x和y,用于表示点的坐标位置,有成员函数p_show()、构造函数和析构函数、p_set(),p_show()用于娴熟输出点的坐标,p_set()用于设置x和y的值。 类Circle有新增私有数据成员float型的h和double型的s,表示圆的半径和面积,有成员函数c_area用于计算圆的面积并对s赋值,有成员函数c_set(
Transfer
- 1.功能少,内容多。 2.利用了类的继承,虚函数等来实现单位的转换; 3.设计模式为类工厂-1 small features, content and more. (2) use of inheritance, virtual functions, such as to achieve the kind of conversion units 3 design patterns for the class factory
shape
- 采用c++语言编写,主要是求圆形和矩形的面积和体积,里面涉及了类的继承和虚函数的重载,其他还编写了求面积函数和输出函数,最后运用到主函数里面。- Using c++ language, mainly of circular and rectangular area and volume, which involves a heavy-duty class inheritance and virtual functions, the other also prepared a request
dotnet接口继承等基本操作
- C#基础知识入门,涉及异常语句的使用,类的属性访问,构造函数的使用,方法的覆盖,接口实现(basic knowledge of C#)
003
- 第三题 分别用类的继承、虚函数、抽象类继承、接口实现计算球、圆柱、圆锥的表面积和体积。(Third questions The surface area and volume of sphere, cylinder and cone are calculated by class inheritance, virtual function, abstract class inheritance and interface.)