网页
图片
视频
学术
词典
地图
更多
航班
笔记本
subclass
美
英
n.
【生】亚纲;【数】子集(合)
网络
子类;子类别;子类化
复数:
subclasses
英汉
英英
网络释义
n.
1.
【生】亚纲;【数】子集(合)
n.
1.
a
smaller
group
among
several
into
which
a
main
class
is
divided
2.
a
subdivision
of
a
class
in
the
classification
of
plants
and
animals
1.
子类
子类
(
Subclass
)是以一个类为起点而建立起来的新类。一个子类可以拥有派生它的类的全部功能,即具有继承性,并在此基础上…
kaixinxiaoyuchina.blog.163.com
|
基于2234个网页
2.
子类别
每种类别可选支持
子类别
(
SubClass
)和协议子定义(Protocol subdefinition)。这样可以用于主设备类型的不断修订。
zh.wikipedia.org
|
基于1289个网页
3.
亚纲
亚纲
(
subclass
):原始花被亚纲 Archichlamydeae目 (Order):蔷薇目 Rosales 亚目(subrosindae):蔷薇亚目 Rosineae 科…
baike.baidu.com
|
基于1234个网页
4.
子类化
...例与Win16下差不多,但是有一点大的差别:您不能
子类化
(
subclass
)不属于您的应用程序的窗口,因为Windows NT使用 …
blog.csdn.net
|
基于334个网页
5.
亚类
专业词汇2(l-z)_Y.C.P._囧友_西祠胡同 ... subcellular|亚细胞的
subclass
|
亚类
subclone|亚克隆 ...
www.xici.net
|
基于137个网页
6.
小类
三、
小类
(
subclass
)…………………………………………………………(248) 四、组(group)…………………………………………
www.law-lib.com
|
基于123个网页
7.
次类
其中粗体字的部份为类下一层的
次类
(
Subclass
),例如次类1、次类455;而再下层的第一层次目、第二层次目等等,在这个 …
zoomlaw.pixnet.net
|
基于103个网页
更多释义
收起释义
例句
释义:
全部
全部
,
亚纲
亚纲
,
子集
子集
,
子类
子类
,
子类别
子类别
,
子类化
子类化
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
It
is
ok
if
you
subclass
only
a
few
controls
but
it
's
going
to be
a
nightmare
to
subclass
a
dozen
or
so
controls
.
如果
你
子
类
化
的
控件
仅
有
几个
,
那么
这种
方法
仍
可行
。
但是
当
你
子
类
化
一
打
(
十二
个
)
左右
的
控件
时
它
将
是
一个
恶梦
。
blog.chinaunix.net
2.
The DelegatePaintPanel
subclass
allows
any
image
to be the
background
of
any
other
(
partially
transparent
)
component
.
DelegatePaintPanel
子
类
允许
任何
图像
作为
任何
其他
(
部分
透明
)
组件
的
背景
。
www.ibm.com
3.
Since
an
instance
of
a
subclass
is an
instance
of your
superclass
,
you
could
find
multiple
instances of the
singleton
.
由于
子
类
的
实例
也是
单
例
类
的
实例
,
所以
可能
出现
多个
单
例
实例
并存
的
情况
。
article.yeeyan.org
4.
When
applied
to a
method
,
it
means
that
the
method
cannot
be
overridden
by a
subclass
.
应
用于
方法
时
,
意味
着
该
方法
不能
被子
类
覆盖
。
www-128.ibm.com
5.
A
Struts
action
is
an
instance
of an
Action
class
subclass
that
implements
a
portion
of
a
Web
application
and
returns
a
forward
.
Struts
操作
是
Action
类
子
类
的
实例
,
用来
实现
一部分
Web
应用程序
并
返回
一个
转发
。
www.ibm.com
6.
To
fulfill
the Liskov
principle
,
you
need
to
adhere
to
a
simple
rule
:
The
domain
of
a
method
can't
be
shrunk
in
a
subclass
.
要
实现
利斯科夫
原则
,
您
需要
坚持
简单
规则
:
域
的
一种
方法
不能
收缩
在
子
类
中
。
msdn.microsoft.com
7.
The uniqueness of the
class
cannot
be
imposed
as
a
compile
-
time
constraint
on the
subclass
unless
you
use
a
private
constructor
.
由于
使用
了
私有
的
构造
方法
,
单
例
类
不能
被
强制
转化
为
一个
编译
期
的
常量
。
article.yeeyan.org
8.
The
sorting
algorithm
can
be
applied
to
any
subclass
of
OrderedArray which
implements
these
methods
.
排序
算法
能
被
用于
实现
两个
方法
的
任意
的
OrderedArray
的
类
。
wiki.chinaunix.net
9.
It is the
JFrame
object
with which
you
share
properties
and
methods
-
-
I
do
not
inherit
or
subclass
the JFrame
class
.
您
将
与
JFrame
对象
共享
属性
与
方法
——
我
并
没有
继承
JFrame
类
。
www.ibm.com
10.
However
,
the
subclass
leaves the
concrete
class
as is and does
not
attempt
to
instantiate
the
superclass
.
子
类
没有
对
具体
的
方法
做
改变
,
也
没有
试图
实例化
超
类
。
blog.sina.com.cn
1
2
3
4
5