私有变量 meaning in English
private variable
Examples
- Statement sets the value of the private variable by use of the
关键字设置该私有变量的值。 - Can return the value held in the private variable
返回保存在私有变量 - Value keyword . from the
关键字设置该私有变量的值。 - Statement sets the value returned to the value that is stored in the private variable
语句将返回的值设置为存储在私有变量 - To keep the right triangle property i add a private variable and a setter method
将添加的直角三角形的属性设为私有变量,并增加设置方法。