大学英语词汇短语释义解析及例句 abstract class
释义:
abstract class 抽象类(不允许实例化的类)
例句:
Control is an abstract class.
Control是一个抽象类。
Widget is an abstract class.
Widget是一个抽象类。
Shape is an abstract class.
Shape是一个抽象类。
An abstract class is good as well.
抽象类的方式也很好。
Item is an abstract class.
Item是一个抽象类。
No, that's an abstract class.
不是,这是一个抽象类。
This is an abstract class.
这是个抽象类别。
Your project contains an abstract class.
您的项目包含抽象类。
No data entry directly USES an abstract class.
没有数据条目会直接使用抽象类。
An abstract class cannot be instantiated.
抽象类别不能执行个体化。
Interface there is a case of abstract class.
接口有一个抽象类的情况。
How do I call a function in an abstract class?
我怎么把一个抽象类的函数?
You could think of it as a "pure" abstract class.
咱们否将其设想替一个“杂”形象类。
That mean you ll never have object of abstract class.
这意味着你永远不会有抽象类的对象。
Get the right field from an abstract class hierarchy?
从一个抽象的类层次结构得到正确的场?
How to: Implement an Abstract Class (Class Designer).
如何:实现抽象类(类设计器)。
The Quantification abstract class is a special case, in a way.
在某种程度上, Quantification抽象类是个特殊的例子。
Response is an abstract class that represents an HTTP response.
Response是个抽象类,代表了HTTP响应。
You can use Class Designer to implement an abstract class.
您可以使用类设计器实现抽象类。
A ListEditor is an abstract class that represents a list of data.
ListEditor是一个抽象类,表示一个数据列表。
What's the difference between an interface and abstract class?
接口和抽象类的区别是什么?
The Configuration class is simply a base class — an abstract class.
configuration类只是一个基类——一个抽象类。
How to define members of a sealed abstract class in a nice way?
如何在一个很好的方式定义一个密封的抽象类的成员?
When do you use an abstract class and when do you use an interface?
什么时候使用抽象类,什么时候使用接口?
Explains how to use the Class Designer to implement an Abstract Class.
介绍如何使用类设计器实现抽象类。