superclass
Superclass是什么意思,Superclass怎么读 语音:
英音 ['sju:pəklɑ:s]
美音 ['sju:pəˌklɑ:s]
- 基本解释
- superclass是什么意思?
superclass是一个英语单词,意思是“超类;上级类”。在面向对象的编程语言中,超类或父类是派生类(或称为子类)的基类或基础。换句话说,超类是派生类的基础或父类,派生类继承了超类的所有属性和方法。在面向对象的设计中,使用超类可以提供一种方式来定义通用的行为或属性,并在派生类中扩展或修改这些行为或属性。
- 速记技巧
- 中文词源
- 双语例句
用作名词(n.)
- Through the use of inheritance, programmers can reuse the code in the superclass many times.
经过继承的使用,程序设计者能许多次重复使用总纲的码。 - However, subclasses are not limited to the state and behaviors provided to them by their superclass.
然而,亚纲没被限制在状态和对他们被他们的总纲提供的行为。 - The requirement for this common superclass is driven by the need for interception.
对这一公用超类的要求源自截获需要。 - Name subclasses in your hierarchies by prepending on an adjective to the superclass name.
在超类名字前加上内容命名你层次中的子类。
- 常用短语
superclass of a class:类的一个超类
subclass of a superclass:超类的一个子类
inherit superclass methods:继承超类的方法
override superclass methods:覆盖超类的方法
superclass behavior:超类的行为
superclass attributes:超类的属性
superclass class:超类的类
superclass class hierarchy:超类的类层次结构
以上是留学之路(www.lxroad.com)小编为您整理的superclass单词相关内容。