访问修饰符 meaning in English
access modifier
Examples
- Explicitly disallow use of implicitly generated member functions you don ' t want
“访问修饰符的限制”不能解除“因多继承而导致的成员函数的两义性” ! ! - If no access modifier is specified in a member declaration , a default accessibility is used
如果在成员声明中未指定访问修饰符,则使用默认的可访问性。 - Namespaces and enumeration members are always public , and no access modifiers can be applied
命名空间和枚举成员始终是公共的,不能应用任何访问修饰符。 - Access modifiers are keywords that specify the access other classes have to the class member functions
访问修饰符是指定其他类对类成员函数的访问的关键字。 - Access modifiers are keywords used to specify the declared accessibility of a member or a type
访问修饰符是一些关键字,用于指定声明的成员或类型的可访问性。