DERIVED CLASS - 한국어로 번역

[di'raivd klɑːs]
[di'raivd klɑːs]
파생 클래스
derived class
derived class

영어에서 Derived class 을 사용하는 예와 한국어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
A derived class can add new members to those it inherits, but it cannot remove the definition of an inherited member.
파생된 클래스를 상속하는 대상에 새 멤버를 추가할 수 있지만 상속된 멤버의 정의를 제거할 수 없습니다.A derived class can add new members to those it inherits, but it cannot remove the definition of an inherited member.
The derived class will automatically contain all the public, protected, and internal members of
다른 클래스(기본 클래스)에서 파생되는 클래스는 생성자와 종료자를 제외하고 기본 클래스의 모든 public,
Inheritance, a mechanism whereby a derived class can extend and specialize a base class..
클래스 형식은 파생 클래스에서 기본 클래스를 확장 하 고 특수화할 수 있는 메커니즘인 상속을 지원 합니다.
When overridden in a derived class, returns an array of custom attributes identified by Type.
파생된 클래스에서 재정의하는 경우 이 멤버에 적용되고 Type으로 식별되는 사용자 지정 특성의 배열을 반환합니다.
A derived class can access protected members of the calling code's base classes..
파생된 클래스는 호출 코드의 기본 클래스의 protected 멤버를 액세스할 수 있습니다.A derived class can access protected members of the calling code's base classes.
A derived class should always call the OnEventName method of the base class to ensure that registered delegates receive the event.
파생된 클래스는 등록된 대리자가 이벤트를 수신할 수 있도록 해주는 기본 클래스의 OnEventName 메서드를 항상 호출해야 합니다.A derived class should always call the OnEventName method of the base class to ensure that registered delegates receive the event.
Now ArrayCount addAll() calls its parent's addAll() which internally calls the add() which has been OVERRIDEN by the Derived class.
이제 ArrayCount addAll ()은 부모의 addAll ()을 호출하여 내부적으로 Derived 클래스에 의해 초과 된 add ()를 호출합니다.
Header file defining the C++ scanner base class, FlexLexer, and its derived class, yyFlexLexer.
Lt;FlexLexer. h> C++ 스캐너 베이스 클래스 FlexLexer (와)과 그 도출 클래스 yyFlexLexer (을)를 정의하는 헤더 파일.
Once a derived class destructor has run, the object's derived class data members assume undefined values, so C++ treats them as if they no longer exist.
객체가 소멸 될 때는 파생 클래스의 소멸자가 일단 호출되고 파생 클래스만의 데이터 멤버는 정의되지 않은 값으로 가정하기 때문에, C++은 이들을 없는 것처럼 취급하고 진행한다.
When you perform unit testing, you typically use a derived class to implement members with customized behavior that fulfills the scenario you are testing.
단위 테스트를 수행할 때 일반적으로 테스트 하는 시나리오를 충족 하는 사용자 지정된 동작을 사용 하 여 멤버를 구현 하는 파생된 클래스를 사용 합니다.
The derived classes must write their own implementation.
따라서 파생 클래스는 자체 구현을 제공해야 합니다. Therefore derived classes must provide their own implementation.
A virtual function may be overridden by derived classes.
가상 메서드는 파생된 클래스에서 재정의될 수 있습니다.A virtual method can be overridden in a derived class.
Derived classes must provide an implementation.
파생 클래스에서 구현을 제공해야 합니다. Derived classes must provide an implementation.
Derived classes must provide an implementation.
따라서 파생 클래스는 자체 구현을 제공해야 합니다.
Provides an example of how to control the serialization of derived classes.
파생 클래스의 serialization을 제어하는 방법을 보여 주는 예제를 제공합니다. Provides an example of how to control the serialization of derived classes.
How to: Control Serialization of Derived Classes.
방법: 파생된 클래스의 Serialization을 제어How to: Control Serialization of Derived Classes.
How to: Raise Base Class Events in Derived Classes.
방법: 파생 클래스에서 기본 클래스 이벤트 발생How to: Raise Base Class Events in Derived Classes.
Public and protected class members are documented only when they are normally used in application programs or derived classes.
공용 및 보호 된 클래스 멤버는 일반적으로 응용 프로그램에서 사용 하는 경우에 설명 되어 또는 파생 클래스.
The Evaluate method is a virtual abstract method, meaning that non-abstract derived classes must override it to provide an actual implementation.
메서드 Evaluate 는 가상 추상 메서드이므로 추상이 아닌 파생 클래스에서 실제 구현을 제공 하기 위해 재정의 해야 하는 것을 의미 합니다.
Class types support inheritance, a mechanism whereby derived classes can extend and specialize base classes..
클래스 형식은 단일 상속 및 다형성과 파생된 클래스가 기본 클래스를 확장하고 특수화할 수 있는 메커니즘을 지원합니다.
결과: 44, 시각: 0.0403

Derived class 다른 언어

단어 번역에 의한 워드

최고 사전 질의

영어 - 한국어