Ray's playground

 

Access Control(Thinking in Java)

The levels of access control from “most access” to “least access” are public, protected, package access (which has no keyword), and private.

posted on 2010-01-18 22:30  Ray Z  阅读(218)  评论(0)    收藏  举报

导航