网页
图片
视频
学术
词典
地图
更多
航班
笔记本
MustInherit
网络
抽象;抽象类;的类上使用
网络释义
1.
抽象
抽象
(
mustinherit
) 基类 以下是 c# 中抽象基类的代码。
developer.51cto.com
|
基于2410个网页
2.
抽象类
关键:有抽象方法(MustOverride)类头就必须有
抽象类
(
MustInherit
)。反过来却不成立。
hi.baidu.com
|
基于2410个网页
3.
的类上使用
挂起请求被挂起 ... “xmlns” 开头 “
MustInherit
”
的类上使用
“For” 语句多 ...
msdn.microsoft.com
|
基于54个网页
例句
释义:
全部
全部
,
抽象
抽象
,
抽象类
抽象类
,
的类上使用
的类上使用
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
A
class
that is
not
a
MustInherit
class
,
one that
can
be
instantiated
,
is
called
a
concrete
class
.
非
MustInherit
类
可以
实例化
,
称为
“
具体
”
类
。
msdn2.microsoft.com
2.
A
class
is
defined
in
multiple
partial
declarations
,
one
of
which
specifies
MustInherit
and
another
of which
specifies
NotInheritable
.
在
多个
分部
声明
中
定义
了
类
,
这些
声明
中
的
其中
一个
指定
MustInherit
,
而
另一个
则
指定
NotInheritable
。
msdn2.microsoft.com
3.
MustOverride
methods
must
be
declared
in
MustInherit
classes
.
MustOverride
方法
必须
在
MustInherit
类
中
声明
。
msdn2.microsoft.com
4.
Classes
derived
from
base
classes
that
contain
MustOverride
members
must
either
override
such
members
or
use
the
MustInherit
modifier
.
从
包含
MustOverride
成员
的
基
类
派生
得到
的
类
必须
重写
这些
成员
或者
使用
MustInherit
修饰符
。
msdn2.microsoft.com
5.
Therefore
you
cannot
specify
both
MustInherit
and
NotInheritable
for
the
same
class
.
因此
,
您
不能
为
同
一
个
类
同时
指定
MustInherit
和
NotInheritable
。
msdn2.microsoft.com
6.
Add
the
MustInherit
modifier
to the
class
definition
.
在
类
定义
中
添加
MustInherit
修饰符
。
msdn2.microsoft.com
7.
The
MustInherit
modifier
on a
class
declaration
indicates
a
class
that
cannot
be
instantiated
类
声明
上
的
MustInherit
修饰符
指出
类
不能
被
实例化
msdn2.microsoft.com