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. " 「Student」クラスは「Person」クラスのサブクラスであり、名前や年齢などのプロパティを継承します。 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とチャット語彙ゲーム読解練習