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