subclass
サブクラス
解説 Definition
subclass はより大きな分類の中にある下位分類、またはプログラミングで親クラスを引き継ぐクラスという意味です。日本語の「サブクラス」とほぼ同じで、分類学やソフトウェア開発の文脈でよく使われます。
A smaller or more specific category within a broader class. In object-oriented programming, it is a class that inherits data or behavior from another class while potentially adding or modifying features.
覚え方のコツ Memory Tip
sub-「下位の」+ class「分類」と分解すれば、「大分類の中の小分類」という構造がそのまま見える。生物分類では belongs to a subclass、プログラミングでは create a subclass や inherit from a parent class と使う。単なる subset より、分類体系またはクラス継承の中で正式に位置付けられた下位区分を示す語として覚える。
Break subclass into sub-, meaning “under” or “lower,” and class, meaning a category. The structure gives the meaning directly: a subclass is a category positioned beneath a broader class. In classification, an animal may belong to a particular subclass. In object-oriented programming, a developer creates a subclass that inherits features from a parent class and can add specialized behavior. Unlike the broad word subset, subclass usually suggests a defined place in a classification system or an inheritance relationship between classes.
例文
This animal belongs to a different subclass.
この動物は別のサブクラスに属します。
The developer created a subclass for special users.
開発者は特別なユーザー用のサブクラスを作成しました。
Each subclass can share basic features while adding its own behavior.
各サブクラスは基本機能を共有しながら、独自の動作を追加できます。
subclass の類義語・関連語
類義語
紛らわしい語
subclass の語源・成り立ち Etymology
「subclass」は sub-「下位の」+ class「分類」から成る語です。class はフランス語経由でラテン語 classis「区分・集団」に由来し、「大きな分類の下にある区分」がそのまま現在の意味になりました。classify、classification が同根です。
Subclass is a transparent compound of the prefix sub-, from Latin sub meaning “under,” and class. Class entered English through French from Latin classis, meaning a division or group. The compound therefore literally denotes a division beneath a larger division. Its general taxonomic use predates its specialized role in object-oriented programming, where one class is defined under another through inheritance.
同じレベルの英単語をもっと
外部辞書で調べる
この単語を英単語クイズで覚えよう