首页 新闻 会员 周边
4
回答数

回答被采纳 请问this到底是怎么区分方法属于那个对象的!有代码

person p = new person(); p.name="xxx"; p.age="xx"; p.say(); person p1 = new person(); p.name="xxx";
1
回答数

回答被采纳 怎样自己封装一个add方法

怎样自己封装一个add方法 ,继承ArrayList