subclass
US /ˈsʌbklæs/
UK /ˈsʌb.klɑːs/
명사
하위 클래스, 하위 분류
a secondary or subordinate class or group of things or people
예시:
•
The new species belongs to a rare subclass of amphibians.
새로운 종은 희귀한 양서류의 하위 분류에 속한다.
•
In object-oriented programming, a subclass inherits properties from its superclass.
객체 지향 프로그래밍에서 하위 클래스는 상위 클래스로부터 속성을 상속받는다.
동사
하위 클래스화하다
to create a subclass from an existing class in object-oriented programming
예시:
•
You can subclass the 'Animal' class to create 'Dog' and 'Cat' classes.
'Animal' 클래스를 하위 클래스화하여 'Dog' 및 'Cat' 클래스를 만들 수 있습니다.
•
It's common practice to subclass built-in types for custom behavior.
사용자 정의 동작을 위해 내장 유형을 하위 클래스화하는 것은 일반적인 관행이다.