parent class; superclass
Object-oriented programming term for a class from which another class inherits properties and methods.
このクラスは親クラスのメソッドをオーバーライドしている。
This class overrides methods of the parent class.
Compound of 親 (oya, 'parent') and クラス (kurasu, 'class'), a direct translation of the English computing term 'parent class'.