摘要: Java provides access specifiers to allow the library creator to say what is available to the client programmer and what is not. The levels of access control from “most access” to “least access” are public, protected, package access (which has no keyword), and private. 阅读全文
posted @ 2013-02-27 09:02 刀口舔蜜 阅读(219) 评论(0) 推荐(0) 编辑