Chapter.05 _ Figure 5-3
The explanation for Figure 5-3 contains: "Because this method has been defined as static, you can call it only using the class name.". I think that using "only" here is rather conflict because you still can access static method of a class through an object of that class type.
Last edited by PhamNguyenDucDuong; August 30th, 2013 at 12:42 AM..
|