child class; subclass
Object-oriented programming term for a class that inherits from a parent class.
子クラスは親クラスのメソッドを継承します。
A child class inherits the methods of the parent class.
Compound of 子 (child) and クラス (class), a direct translation of the English computing term.