noun 다운로드 🔗공유 하위 클래스 An object class derived from another class (its superclass) from which it inherits a base set of properties and methods. Examples : "The "Student" class is a subclass of the "Person" class, inheriting properties like name and age. " "학생" 클래스는 "사람" 클래스의 하위 클래스로, 이름과 나이와 같은 속성을 상속합니다. computing technology type AI와 채팅어휘 게임독해 연습
noun 다운로드 🔗공유 하위 클래스 A rank directly below class Examples : "In biology, animals are organized into categories; below the "class" of mammals, we find further divisions called "subclasses," such as marsupials and placentals. " 생물학에서 동물은 범주로 분류됩니다. 포유류의 "강" 아래에서, 우리는 주머니쥐와 태반류와 같은 "하위 클래스"를 찾습니다. structure organization type system biology AI와 채팅어휘 게임독해 연습
noun 다운로드 🔗공유 하위 클래스 A secondary class within a main class. Examples : "In biology, mammals are a class of animals, and dogs, cats, and humans are all examples of its subclasses. " 생물학에서 포유류는 동물의 한 종류이며, 개, 고양이, 인간은 모두 그 하위 클래스의 예입니다. type computing organization 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 technical 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 : "Instead of directly manipulating the base object, the programmer chose to subclass it with specialized behaviors for each customer type. " 프로그래머는 기본 객체를 직접 조작하는 대신, 각 고객 유형에 맞는 특수한 동작으로 하위 클래스를 만들기로 했습니다. computing technical language structure AI와 채팅어휘 게임독해 연습