noun ダウンロード 🔗共有 サブクラス An object class derived from another class (its superclass) from which it inherits a base set of properties and methods. Examples : ""A Siamese cat is a subclass of cat; it inherits the basic characteristics of all cats but also has its own unique features, like its colorpoint coat." " シャム猫は猫のサブクラスです。すべての猫の基本的な特徴を継承しますが、カラーポイントの毛並みなど、独自の機能も持っています。 computing technical internet technology science structure AIとチャット語彙ゲーム読解練習
noun ダウンロード 🔗共有 下位クラス A rank directly below class Examples : "In biology, mammals are a class of animals, and primates are a subclass of mammals. " 生物学では、哺乳類は動物のクラスであり、霊長類は哺乳類の下位クラスです。 type structure system biology science organization group AIとチャット語彙ゲーム読解練習
noun ダウンロード 🔗共有 サブクラス A secondary class within a main class. Examples : ""A poodle is a subclass of dog, sharing the main class's characteristics but with specific features like its curly fur." " プードルは犬のサブクラスであり、主要なクラスの特性を共有していますが、巻き毛などの特定の特徴を持っています。 computing type 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 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 : "The programmer decided to subclass the existing "Vehicle" object into a new "Car" object, allowing for specific car features like the number of doors. " プログラマーは、既存の「Vehicle」オブジェクトを新しい「Car」オブジェクトにサブクラス化し、ドアの数など、特定の車の機能を可能にすることにしました。 computing technology AIとチャット語彙ゲーム読解練習