直接基类 meaning in Chinese
immediate base
Examples
- Refers to the immediate base class and its inherited members
引用直接基类及其继承成员。 - For example , the direct base class must be at least as accessible as the derived class
例如,直接基类必须至少与派生类具有同样的可访问性。 - The direct base class of a class type must be at least as accessible as the class type itself
类类型的直接基类必须至少与类类型本身具有同样的可访问性。 - Qualifies does not need to be defined in the immediate base class ; it may instead be defined in an indirectly inherited base class
限定的方法不需要在直接基类中定义,它可以在间接继承的基类中定义。