会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
奋斗的番茄
博客园
首页
新随笔
联系
订阅
管理
2024年8月20日
定义Person 类,里面有name、age属性,并提供compareTo 比较方法, 用于判断是否和另一个人相等,提供测试类TestPerson用于测试, 名字和年龄完全一样,就返回true,否则返回false
摘要: 1 public class thisdetail { 2 //编写一个 main 方法 3 public static void main(String[] args) { 4 5 Person p1 = new Person("mary",20); 6 Person p2 = new Perso
阅读全文
posted @ 2024-08-20 10:23 勤奋的小番茄
阅读(52)
评论(0)
推荐(0)
编辑
公告