한국어에서 파생 클래스 을 사용하는 예와 영어로 번역
{-}
-
Colloquial
-
Ecclesiastic
-
Ecclesiastic
-
Programming
-
Computer
그는 어떻게 모듈러 방정식에서 파생 클래스를 참조 관계에 일했다.
BaseCollection 클래스 및 해당 멤버는 적합 하지는 파생 클래스를 다른 컬렉션 클래스의 표준 기능 아니라 독립 실행형 구성.
메서드 Evaluate 는 가상 추상 메서드이므로 추상이 아닌 파생 클래스에서 실제 구현을 제공 하기 위해 재정의 해야 하는 것을 의미 합니다.
파생 클래스에서 재정의될 때, 예외에 관한 정보를 SerializationInfo에 설정합니다. When overridden in a derived class, sets the SerializationInfo with information about the exception.
이렇게 하지 않으면 파생 클래스도 추상 클래스가 됩니다. Classes derived from the abstract class must implement the pure virtual member function or they, too, are abstract classes.
적중 횟수 테스트에서 반환 값을 나타내는 여러 파생 클래스에 대한 기본 클래스를 제공합니다. Provides the base class for several derived classes that represents the return value from a hit test.
이 경우 파생 클래스는 가상 멤버를 재정의하여 인터페이스 동작을 변경할 수 있습니다.
추상 클래스에서 추상이 아닌 파생 클래스에는 모든 상속된 메서드 및 접근자의 실제 구현이 포함되어야 합니다.A non-abstract class derived from an abstract class must include actual implementations of all inherited abstract methods and accessors.
추상 클래스에서 추상이 아닌 파생 클래스에는 모든 상속된 메서드 및 접근자의 실제 구현이 포함되어야 합니다.A non-abstract class derived from an abstract class must include actual implementations of all inherited abstract methods and accessors.
클래스 형식은 파생 클래스에서 기본 클래스를 확장 하 고 특수화할 수 있는 메커니즘인 상속을 지원 합니다.
파생 클래스에 의해 재정의되려는 목적입니다;
시스템에서는 항상 파생 클래스인 RuntimeType을 제공합니다.
Public 파생에서는 기초 클래스의 public 멤버들이 파생 클래스의 public 멤버가 됩니다.
따라서 파생 클래스는 자체 구현을 제공해야 합니다. Therefore derived classes must provide their own implementation.
CFDs는 금융 상품의 파생 클래스에 배치됩니다 활용 제품입니다.
파생 클래스에서 재정의된 경우 일반 대화 상자를 지정합니다. When overridden in a derived class, specifies a common dialog box.
그러나 파생 클래스는 상속된 구현을 사용하는 대신 가상 인터페이스 멤버를 다시 구현할 수 있습니다. However, the derived class can reimplement any virtual interface members instead of using the inherited implementation.
이 경우 파생 클래스는 가상 멤버를 재정의하여 인터페이스 동작을 변경할 수 있습니다. In that case, a derived class can change the interface behavior by overriding the virtual members.
파생 클래스에서 재정의되면, 지정된 중첩 형식을 지정된 바인딩 제약 조건으로 검색합니다. 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.