求一份答案,写着卡住了

求一份答案,写着卡住了

public class Clothes {
    private String style;
    private String color;


    public Clothes(){

    }

    public Clothes(String style, String color) {
        this.style = style;
        this.color = color;

    }

    public String getStyle() {
        return style;
    }

    public void setStyle(String style) {
        this.style = style;
    }

    public String getColor() {
        return color;
    }

    public void setColor(String color) {
        this.color = color;
    }
    public String toString(){
        return +"爱穿"+color+style;
    }
}
public class Person {
    private String name;
    private String clothes;


    public Person(){

    }

    public Person(String name, String clothes) {
        this.name = name;
        this.clothes = clothes;
    }

    public Person(String name) {
    }

    public String getName() {
        return name;
    }

    public void setName(String name) {
        this.name = name;
    }

    public String getClothes() {
        return clothes;
    }

    public void setClothes(String clothes) {
        this.clothes = clothes;
    }
    public void dress(){
        System.out.println(this.getName()+"爱穿"+this.getClothes().getColor+);
    }

}


正在回答

登陆购买课程后可参与讨论,去登陆

1回答

同学你好,很抱歉无法提供代码,程序编写没有统一答案呢,同学可参考问答区同学的代码进行程序编写,编写实现过程中有疑问可随时在问答区发起提出哦。

祝学习愉快~

  • 丧杰努力 提问者 #1

    卡住了怎么写。。。。

    2022-08-22 14:50:16
  • 丧杰努力 提问者 #2

    就是本节的代码呀  想参考下  ,已经不会了

    2022-08-22 14:51:12
  • 好帮手慕小小 回复 提问者 丧杰努力 #3

    同学你好,很抱歉无法提供练习题的代码,同学可以参考下问答区其他同学的答案:https://class.imooc.com/course/qadetail/303573,也可再次回顾观看视频课程哦:https://class.imooc.com/lesson/2268#mid=52836 

    习题进一步的实现思路如下:

    在pom.xml中引入相关依赖,编写applicationContext.xml文件,在applicationContext.xml中创建相应的对象bean,以Apple类为例:

    https://img1.sycdn.imooc.com//climg/63032f3f09f3ccdf14830478.jpg

    同学若需要课程源码可点击左侧资料--》课程教辅进行下载:

    https://img1.sycdn.imooc.com//climg/63032e3809d83c4e12910456.jpg

    祝学习愉快~

    2022-08-22 15:26:25
问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师