영어에서 Derived class 을 사용하는 예와 한국어로 번역
{-}
-
Colloquial
-
Ecclesiastic
-
Ecclesiastic
-
Programming
-
Computer
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.
The system will always provide the derived class 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.
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.
RunDialog When overridden in a derived class, specifies a common dialog box.
Public members of the base class become public members of the derived class.
Inheritance, a mechanism whereby a derived class can extend and specialize a base class. .
Virtual functions can be re-implemented in a derived class.
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.
TypeId When implemented in a derived class, gets a unique identifier for this.
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.
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.
The following code example uses the derived class Text Box and validates an e-mail 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.
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.
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.
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.
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, 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.