In Listing 7, notice the three private attributes in this class.
在清单7中,注意到在这个类里面有三个私有属性。
Listing 11 is an example of accessing a private method in a class.
清单11展示了对类的私有方法的访问。
The data argument is a pointer to the private data (see Listing 7).
data参数是一个指向私有数据的指针(参见清单7)。
The data argument is a pointer to the private data (see Listing 7).
data参数是一个指向私有数据的指针(参见清单7)。
应用推荐