Public Class Methods的意思|示意
公共类方法
Public Class Methods的网络常见释义
类方法 公开的类方法(Public Class methods) 受保护的类方法 ( Protected Class methods ) 公开的实例方法(Public Instance methods) ..
Public Class Methods相关例句
For example, say that you want to display all of the public methods of a given class using reflection. Listing 7 shows an example.
例如,假设您希望利用反射显示给定类的所有公共方法。
As for the public methods in our BookSearch class, the code for these methods is as follows.
与booksearch类中的公共方法类似,这些方法的代码如下。
A well-designed CherryPy class will probably have only a few public methods exposed to Web clients, but it may have many internal methods a client shouldn't be allowed to access directly.
一个设计良好的CherryPy类可能只有少数几个公有的方法暴露给Web客户机,但是它很可能有许多不允许客户机直接访问的内部方法。
The sample service resides in a class named GetUserInfo that includes the following public methods.
示例的服务位于一个名为GetUserInfo的类,它包括以下公有方法。
Implement the API methods in the service class as public instance methods.
在服务类中实现作为公共实例方法的API方法。
As with the field calls, the first two variants return information for public methods that can be accessed through the class — even those inherited from an ancestor class.
与字段调用一样,前两个变量返回可以通过类接入的公共方法的信息——即使它们来自于祖先类。