noun 下载 🔗分享 子类,亚类 An object class derived from another class (its superclass) from which it inherits a base set of properties and methods. Examples : "The "Student" class is a subclass of the "Person" class, inheriting properties like name and age. " "学生"类是"人"类的子类,继承了诸如姓名和年龄等属性。 computing technology type 与AI对话词汇游戏阅读练习
noun 下载 🔗分享 子类,亚类 A rank directly below class Examples : "In biology, animals are organized into categories; below the "class" of mammals, we find further divisions called "subclasses," such as marsupials and placentals. " 在生物学中,动物会被分成不同的类别;在哺乳动物这个“纲”之下,我们还能看到更细的分类,叫做“亚纲”,例如有袋类和有胎盘类。 structure organization type system biology 与AI对话词汇游戏阅读练习
noun 下载 🔗分享 子类,亚类 A secondary class within a main class. Examples : "In biology, mammals are a class of animals, and dogs, cats, and humans are all examples of its subclasses. " 在生物学中,哺乳动物是一类动物,而狗、猫和人类都是它的子类例子。 type computing organization structure 与AI对话词汇游戏阅读练习
verb 下载 🔗分享 派生子类,继承子类 (in object-oriented programming) To create a subclass of (some class). Examples : "I subclassed the Button class to create a more specialised FancyButton class for my user interface." 为了给我的用户界面创建一个更特殊的FancyButton类,我派生了Button类的子类。 computing technology technical internet 与AI对话词汇游戏阅读练习
verb 下载 🔗分享 创建子类,派生子类 To cause (an object) to act as an instance of a subclass (by creating the desired subclass and instantiating an object of this subclass). Examples : "Instead of directly manipulating the base object, the programmer chose to subclass it with specialized behaviors for each customer type. " 程序员没有直接操作基础对象,而是选择为它创建子类,针对每种客户类型赋予不同的专门行为。 computing technical language structure 与AI对话词汇游戏阅读练习