noun 다운로드 🔗공유 하위 클래스 An object class derived from another class (its superclass) from which it inherits a base set of properties and methods. Examples : ""A Siamese cat is a subclass of cat; it inherits the basic characteristics of all cats but also has its own unique features, like its colorpoint coat." " 샴 고양이는 고양이의 하위 클래스입니다. 모든 고양이의 기본적인 특성을 상속받지만, 컬러포인트 털과 같은 고유한 특징도 가지고 있습니다. computing technical internet technology science structure AI와 채팅어휘 게임독해 연습
noun 다운로드 🔗공유 하위 클래스 A rank directly below class Examples : "In biology, mammals are a class of animals, and primates are a subclass of mammals. " 생물학에서 포유류는 동물의 한 종류이고, 영장류는 포유류의 하위 클래스입니다. type structure system biology science organization group AI와 채팅어휘 게임독해 연습
noun 다운로드 🔗공유 하위 클래스 A secondary class within a main class. Examples : ""A poodle is a subclass of dog, sharing the main class's characteristics but with specific features like its curly fur." " 푸들은 개의 하위 클래스로, 주요 클래스의 특징을 공유하지만 곱슬 털과 같은 특정 특징을 가지고 있습니다. computing type 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 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 : "The programmer decided to subclass the existing "Vehicle" object into a new "Car" object, allowing for specific car features like the number of doors. " 프로그래머는 기존의 "Vehicle" 객체를 새로운 "Car" 객체로 하위 클래스로 만들어 문 수와 같은 특정 자동차 기능을 허용하기로 결정했습니다. computing technology AI와 채팅어휘 게임독해 연습