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
It is intended to be overridden by a derived class;
파생 클래스에 의해 재정의되려는 목적입니다;
When overridden in a derived class, returns an array of custom attributes identified by Type.
파생된 클래스에서 재정의하는 경우 이 멤버에 적용되고 Type으로 식별되는 사용자 지정 특성의 배열을 반환합니다.
The system will always provide the derived class RuntimeType.
시스템에서는 항상 파생 클래스인 RuntimeType을 제공합니다.
When overridden in a derived class, indicates whether one or more instance of attributeType is applied to this member.
파생 클래스에서 재정의되는 경우 지정된 형식 또는 파생 형식의 특성이 하나 이상 이 멤버에 적용되는지 여부를 나타냅니다.
This method can be overridden by a derived class.
이 메서드는 파생된 클래스에서 재정의할 수 있습니다. This method can be overridden by a derived class.
It is intended to be overridden by a derived class; the base class implementation does nothing.
파생 클래스에 의해 재정의되려는 목적입니다; 베이스 클래스 구현은 아무것도 수행하지 않습니다.
A virtual method can be overridden in a derived class.
가상 메서드는 파생된 클래스에서 재정의될 수 있습니다.A virtual method can be overridden in a derived class.
RunDialog When overridden in a derived class, specifies a common dialog box.
파생 클래스에서 재정의된 경우 일반 대화 상자를 지정합니다. When overridden in a derived class, specifies a common dialog box.
Public members of the base class become public members of the derived class.
Public 파생에서는 기초 클래스의 public 멤버들이 파생 클래스의 public 멤버가 됩니다.
Inheritance, a mechanism whereby a derived class can extend and specialize a base class..
클래스 형식은 파생 클래스에서 기본 클래스를 확장 하 고 특수화할 수 있는 메커니즘인 상속을 지원 합니다.
Virtual functions can be re-implemented in a derived class.
가상 메서드는 파생된 클래스에서 재정의될 수 있습니다.A virtual method can be overridden in a derived class.
When overridden in a derived class, gets the length in bytes of the stream.
파생 클래스에서 재정의되면 스트림 바이트의 길이를 가져옵니다. When overridden in a derived class, gets the length in bytes of the stream.
T F Public members of a protected base class become private members of the derived class.
Private 상속은 기초 클래스의 public 멤버와 protected 멤버가 파생 클래스의 private 멤버가 됩니다.
TypeId When implemented in a derived class, gets a unique identifier for this.
파생 클래스에서 구현될 때 이 Attribute의 고유 식별자를 가져옵니다. When implemented in a derived class, gets a unique identifier for this Attribute.
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.
The method is protected and, therefore, is accessible only through this class or a derived class.
메서드는 보호 되 고 이므로이 클래스 또는 파생된 클래스를 통해 액세스할 수 있습니다. The method is protected and therefore is accessible only through this class or through a derived class.
When overridden in a derived class, gets the name of the property that the object represents.
파생 클래스에서 재정의되는 경우 개체가 나타내는 속성의 이름을 가져옵니다. When overridden in a derived class, gets the name of the property that the object represents.
A derived class can override a base class member only if the base class member is declared as virtual or abstract.
파생 클래스는 기본 클래스 멤버가 virtual 또는 abstract로 선언된 경우에만 기본 클래스 멤버를 재정의할 수 있습니다.
The following code example uses the derived class Text Box and validates an e-mail address that the user enters.
다음 코드 예제에서는 파생 클래스 TextBox을 사용 하 고 사용자가 입력 한 전자 메일 주소의 유효성을 검사 합니다. The following code example uses the derived class TextBox and validates an email address that the user enters.
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.
When overridden in a derived class, returns a sequence of bytes that specifies the encoding used.
파생 클래스에서 재정의되면 사용되는 인코딩을 지정하는 바이트 시퀀스를 반환합니다. When overridden in a derived class, returns a sequence of bytes that specifies the encoding used.
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.
In that case, a derived class can change the interface behavior by overriding the virtual members.
이 경우 파생 클래스는 가상 멤버를 재정의하여 인터페이스 동작을 변경할 수 있습니다. In that case, a derived class can change the interface behavior by overriding the virtual members.
The derived class will automatically contain all the public, protected, and internal members of the base class except its constructors and destructors.
다른 클래스(기본 클래스)에서 파생되는 클래스는 생성자와 종료자를 제외하고 기본 클래스의 모든 public, protected 및 internal 멤버를 자동으로 포함합니다.
When overridden in a derived class, gets a value indicating whether the current stream supports reading.
파생 클래스에서 재정의되면 현재 스트림이 읽기를 지원하는지를 나타내는 값을 가져옵니다. When overridden in a derived class, gets a value indicating whether the current stream supports reading.
However, the derived class can reimplement any virtual interface members instead of using the inherited implementation.
그러나 파생 클래스는 상속된 구현을 사용하는 대신 가상 인터페이스 멤버를 다시 구현할 수 있습니다. However, the derived class can reimplement any virtual interface members instead of using the inherited implementation.
When overridden in a derived class, gets all the interfaces implemented or inherited by the current Type.
파생 클래스에서 재정의되면, 현재 Type에 의해 구현되거나 상속되는 모든 인터페이스를 가져옵니다. When overridden in a derived class, gets all the interfaces implemented or inherited by the current Type.
When overridden in a derived class, encodes all the characters in the specified string into a sequence of bytes.
파생 클래스에서 재정의되면 지정한 문자열의 모든 문자를 바이트 시퀀스로 인코딩합니다. When overridden in a derived class, encodes all the characters in the specified string into a sequence of bytes.
When overridden in a derived class, specifies a SOAP extension should run with an XML Web service method.
파생 클래스에서 재정의된 경우 XML Web services 메서드와 함께 실행되도록 SOAP 확장을 지정합니다. When overridden in a derived class, specifies a SOAP extension should run with an XML Web service method.
When overridden in a derived class, searches for the specified nested type, using the specified binding constraints.
파생 클래스에서 재정의되면, 지정된 중첩 형식을 지정된 바인딩 제약 조건으로 검색합니다. When overridden in a derived class, searches for the specified nested type, using the specified binding constraints.
결과: 44, 시각: 0.0388

영어 문장에서 "derived class"를 사용하는 방법

Every derived class must implement this method.
Derived class pointer cannot point to baseclass.
Derived class of GapElement for GAP integers.
Derived class of GapElement for GAP Lists.
Derived class of GapElement for GAP functions.
Derived class of GapElement for GAP permutations.
Derived class of GapElement for GAP records.
Derived class of GapElement for GAP strings.
When derived class inherited with abstract class; derived class must be override abstract class methods.
Cast function (from derived class to SgVariableSymbol pointer).
자세히보기

한국어 문장에서 "파생 클래스"를 사용하는 방법

그러나 파생 클래스 메서드에서 상위 Array 객체를 반환하려면 이 값을 덮어 쓸 수 있습니다.
가상 함수라고 해도, 현재 실행 중인 생성자나 소멸자에 해당하는 클래스의 파생 클래스 쪽으로는 내려가지 않음.
그리고 다른 추상 클래스를 기반으로 파생 클래스 또한 추상 클래스로 정의할 수도 있습니다.
” 메서드를 정의하고 음악가 형식을 기반으로 파생 클래스 피아니스트를 정의하면 피아니스트 형식은 기반 형식에 정의한 멤버를 상속받습니다.
LSP SOLID 디자인 원칙을 따르려면 파생 클래스 또는 하위 클래스는 기능을 향상시켜야 하지만 축소할 수는 없습니다.
TObject 파생 클래스 중에서 2차원 그림 그리기를 지원하는 클래스의 Draw() 함수를 부르면 가장 마지막에 생성한 그림판에 그림이 그려진다.
하지만 반대로 Musician 형식 변수에 참조하는 개체를 파생 클래스 Pianist 형식 변수에 대입하는 것은 묵시적으로 허용하지 않습니다.
UML에서는 기반 클래스와 파생 클래스 사이에 삼각형과 실선으로 상속을 일반화 관계로 표현하며 “피아니스트는 음악가이다.
이것은 지금까지의 예와 마찬가지로 C++ 혹은 자바와 같이 기본 클래스에서 파생 클래스 순서로 실행됩니다.
public 속성이 없어지기 때문에 외부에서 파생 클래스 객체를 대상으로 부모 클래스의 멤버에 접근은 할 수 없어진다.

단어 번역에 의한 워드

최고 사전 질의

영어 - 한국어