한국어에서 파생 클래스 을 사용하는 예와 영어로 번역
{-}
-
Colloquial
-
Ecclesiastic
-
Ecclesiastic
-
Programming
-
Computer
파생 클래스에 의해 재정의되려는 목적입니다;
따라서 파생 클래스는 자체 구현을 제공해야 합니다.
시스템에서는 항상 파생 클래스인 RuntimeType을 제공합니다.
그는 어떻게 모듈러 방정식에서 파생 클래스를 참조 관계에 일했다.
파생 클래스에서 구현을 제공해야 합니다. Derived classes must provide an implementation.
CFDs는 금융 상품의 파생 클래스에 배치됩니다 활용 제품입니다.
Public 파생에서는 기초 클래스의 public 멤버들이 파생 클래스의 public 멤버가 됩니다.
따라서 파생 클래스는 자체 구현을 제공해야 합니다. Therefore derived classes must provide their own implementation.
Net Framework 클래스 계층 구조의 모든 클래스를 지원하며 파생 클래스에 하위 수준 서비스를 제공합니다.
파생 클래스에 의해 재정의되려는 목적입니다; 베이스 클래스 구현은 아무것도 수행하지 않습니다.
Private 상속은 기초 클래스의 public 멤버와 protected 멤버가 파생 클래스의 private 멤버가 됩니다.
파생 클래스에서 재정의된 경우 일반 대화 상자를 지정합니다. When overridden in a derived class, specifies a common dialog box.
공용 및 보호 된 클래스 멤버는 일반적으로 응용 프로그램에서 사용 하는 경우에 설명 되어 또는 파생 클래스.
파생 클래스에서 재정의되는 경우 지정된 형식 또는 파생 형식의 특성이 하나 이상 이 멤버에 적용되는지 여부를 나타냅니다.
메서드 Evaluate 는 가상 추상 메서드이므로 추상이 아닌 파생 클래스에서 실제 구현을 제공 하기 위해 재정의 해야 하는 것을 의미 합니다.
파생 클래스에서 재정의되는 경우 개체가 나타내는 속성의 이름을 가져옵니다. When overridden in a derived class, gets the name of the property that the object represents.
즉, 기본 클래스에 정의된 모든 루틴들은 파생 클래스에서 사용될 때 같은 것을 의미해야 한다.
파생 클래스는 기본 클래스 멤버가 virtual 또는 abstract로 선언된 경우에만 기본 클래스 멤버를 재정의할 수 있습니다.
BaseCollection 클래스 및 해당 멤버는 적합 하지는 파생 클래스를 다른 컬렉션 클래스의 표준 기능 아니라 독립 실행형 구성.
파생 클래스에서 재정의되면 사용되는 인코딩을 지정하는 바이트 시퀀스를 반환합니다. When overridden in a derived class, returns a sequence of bytes that specifies the encoding used.
객체가 소멸 될 때는 파생 클래스의 소멸자가 일단 호출되고 파생 클래스만의 데이터 멤버는 정의되지 않은 값으로 가정하기 때문에, C++은 이들을 없는 것처럼 취급하고 진행한다.
이 경우 파생 클래스는 가상 멤버를 재정의하여 인터페이스 동작을 변경할 수 있습니다. In that case, a derived class can change the interface behavior by overriding the virtual members.
파생 클래스에서 재정의되면 현재 스트림이 읽기를 지원하는지를 나타내는 값을 가져옵니다. When overridden in a derived class, gets a value indicating whether the current stream supports reading.
파생 클래스에서 재정의되면, 현재 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.
파생 클래스에서 재정의된 경우 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.
다음 코드 예제에서는 파생 클래스 TextBox을 사용 하 고 사용자가 입력 한 전자 메일 주소의 유효성을 검사 합니다. The following code example uses the derived class TextBox and validates an email address that the user enters.
그러나 파생 클래스는 상속된 구현을 사용하는 대신 가상 인터페이스 멤버를 다시 구현할 수 있습니다. However, the derived class can reimplement any virtual interface members instead of using the inherited implementation.
파생 클래스에서 재정의되었을 때, 하나 이상의 후속 예외의 근본 원인이 되는 Exception을 반환합니다. When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.