网页
图片
视频
学术
词典
地图
更多
航班
笔记本
superclass
美
英
n.
【生】总纲
网络
超类;父类;父类别
复数:
superclasses
英汉
英英
网络释义
n.
1.
【生】总纲
n.
1.
a
taxonomic
category
of
related
organisms
of
a
rank
above
class
1.
超类
超类
(
SuperClass
) :用java术语来讲,被继承的类称为超类(SuperClass),也有叫做父类,继承的类称为子类。面向对象编程的 …
baike.baidu.com
|
基于1078个网页
2.
父类
1.2.2.
父类
(
SuperClass
)和 子类(SubClass)的关系 父类的非私有化属性(不同包的子类无法访问default修饰符)和方法可以 …
yanda20056.blog.163.com
|
基于303个网页
3.
父类别
层的一个代表者,它以
父类别
(
Superclass
)形式出现,提供给Java 层的应用类别(如myBinder.java)来继承,协助底层的Binder S…
home.eeworld.com.cn
|
基于216个网页
4.
总纲
动物的门、纲、目、科、属、种是什么关系?_爱问知识人 ... 亚门 Subphylum
总纲
Superclass
纲 Class ...
iask.sina.com.cn
|
基于187个网页
5.
超类别
实作了
超类别
(
superclass
)中的三种抽象行为,以物件导向的角度而言,这是一种很合理的Overriding,而以上关於我对男人与 …
www.javaworld.com.tw
|
基于47个网页
6.
超级类
VB.NET面向对象的实现(3)继承 [VB/VB.net] ... Parent class( 父类)
Superclass
(
超级类
) Base class( 基类) ...
www.pconline.com.cn
|
基于39个网页
7.
超类化
超类化
(
superclass
)是一种生成新的窗口类的方法。它的中心思想是依靠现有的窗口类,克隆出另一个窗口类。
www.cnblogs.com
|
基于35个网页
8.
窗口的超类化例子
... Chapter09\SubClass; 窗口的子类化例子 Chapter09\
SuperClass
;
窗口的超类化例子
Chapter10\FormatText; 文件读写例子 ...
www.ed2000.com
|
基于14个网页
更多释义
收起释义
例句
释义:
全部
全部
,
总纲
总纲
,
超类
超类
,
父类
父类
,
父类别
父类别
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Since
an
instance
of
a
subclass
is an
instance
of your
superclass
,
you
could
find
multiple
instances of the
singleton
.
由于
子
类
的
实例
也是
单
例
类
的
实例
,
所以
可能
出现
多个
单
例
实例
并存
的
情况
。
article.yeeyan.org
2.
An
attempt
was made to
reuse
an
existing
method
name
from a
superclass
,
and
the
signatures
did
not
match
.
试图
重用
超
类
现有
的
方法
名称
,
而
签名
不
匹配
。
msdn2.microsoft.com
3.
Because
a
superclass
is
not
referenced
as
frequently
as a sublcass
the
names
do
not
have to
be
as
concise
.
由于
超
类
不会
像
子
类
那样
被
频繁
引用
,
对子
类
的
命名
就
不必
考虑
太
多
简洁
的
因素
。
www.infoq.com
4.
However
,
the
subclass
leaves the
concrete
class
as is and does
not
attempt
to
instantiate
the
superclass
.
子
类
没有
对
具体
的
方法
做
改变
,
也
没有
试图
实例化
超
类
。
blog.sina.com.cn
5.
Similarly
,
a
subclass
destructor
must
call
its
superclass
destructor
after
it
has
completed
its
own
resource
reclamation
.
类似
地
,
子
类
析
构函数
在
它
完成
其
资源
释放
之后
,
也
要
调用
基
类
的
析
构
函数
。
wiki.chinaunix.net
6.
According
to
this
principle
,
the
ability
to
substitute
a
subclass
object
for a
superclass
object
is
characteristic
of
good
design
.
此
原则
表明
,
子
类
对象
对
超
类
对象
的
替代
能力
是
优秀
设计
的
重要
标志
。
dictsearch.appspot.com
7.
So
before
an
object
is
created
,
another
object
of
the
same
class
or of its
superclass
must
be
constructed
.
所以
在
创建
对象
之前
,
必须
构造
相同
类
或
其
超
类
的
另一个
对象
。
www.ibm.com
8.
Likewise
,
you
almost
always
call
a
superclass
method
at
either the
start
or
end
of
a
descendent
method
body
.
同样
,
您
几乎
总是
在
子代
方法
主体
的
开始
或
结束
部分
调用
超
类
方法
。
www-128.ibm.com
9.
Eclipse
writes
the
superclass
automagically
with
its
new
methods
and
alters
the
sibling
classes
to
use
the
new
superclass
.
Eclipse
将
使用
其
新
方法
自动
编写
超
类
,
然后
更改
兄弟
类
,
使
之
使用
新
的
超
类
。
www.ibm.com
10.
In
the object-oriented
version
,
I
extracted
duplicated
methods
,
moving
them
to
a
superclass
along
with
a
protected
field
.
在
面向
对象
版本
中
,
我
提取
了
复制
的
方法
,
将
其
连同
protected
字段
移
到
一个
超
类
中
。
www.ibm.com
1
2
3
4
5