修改属性的可见性private:
Cat类中name属性加了private之后在类CatTest类中就不能访问到Cat类中的name
创建公有属性:getter/setter
快速创建getter/setter方法:
→→→→→
导入包:
第一种:
第二种:
第三种: