私有函数 meaning in English
private function
Examples
- Property procedure to use the private function
属性过程中的代码以使用私有函数。 - The code for a private function might look like the following
私有函数的代码可能如下所示: - Private functions that can be invoked only by other page - handler functions
私有函数,只可以被其他页面处理器函数调用。 - Class , you will create a public method that returns a full name , and a private function to calculate the age
类中,您将创建一个返回全名的公共方法和一个计算年的私有函数。