摘要: 学编程吧学java教程之封装发布了,欢迎大家通过xuebiancheng8.com来访问 下面来分析面向对象中的封装,什么是封装呢。先来段代码 public class Person{ String username; int age; } 阅读全文
posted @ 2014-08-26 23:26 xuebiancheng8 阅读(194) 评论(0) 推荐(0)