派生类(derived class) :由已存在的类派生出的 新类称为派生类,又称为子类。 在C++语言中,一个派生类可以从一个基类 派生,也可以从多个基类派生。
基于1966个网页-相关网页
...阶段状态支援使用 CSessionStateService 执行个体的形式,它被以资料成员的方式加入至 CIsapiExtension 衍生类别 (Derived Class)。特定的工作阶段状态实作 (记忆体、资料库或自订) 是依传递至 CSessionStateService 类别的样板参数所决定。
基于536个网页-相关网页
... 单一继承下的对象模型(Object Model) 定义一个派生类(Derived Class) 覆写继承而来的虚接口(Virtual Interface) ...
基于196个网页-相关网页
基础知识:ADSL接入技术详细介绍 ... Declaration 声明:声明即是在源文件中描述类、接口、方法、包或者变量的语法。 Derived class 继承类:继承类是扩展继承某个类的类。 Encapsulation 封装性:封装性体现了面向对象程序设计的一个特性,将方法和数据组织在一起,隐藏其具体实现而对外体现出公共的接口。 ...
基于136个网页-相关网页
most derived class 最末层衍生类别 ; 派生类 ; 最底层的派生类 ; 最末层衍生种别
protected derived class 保护派生类
public derived class 公有派生类 ; 公用派生类
derived class object 派生类对象
private derived class 派生类称为私有派生类
derived class layout 导出类的布局
for derived class 为派生类的 ; 派生类的
derived-class 派生类
and derived class 和派生类
Create a derived class inherited from the predefined grammar class.
创建一个从预定义grammar类继承而来的派生类。
Suppose you have a derived class D whose base class B has implemented some interfaces.
假设有个类型D,它的基类B实现了某些接口。
Setting them again for each derived class is a waste, since they would be available anyway by inheritance.
为每个派生类再次设置这些属性是一种浪费,因为通过继承它们就会拥有这些属性。
应用推荐