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. "「Student」クラスは「Person」クラスのサブクラスであり、名前や年齢などのプロパティを継承します。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