Applying functions to decorated objects

后端 未结 0 1470
Happy的楠姐
Happy的楠姐 2021-01-24 07:30

I have an interface Animal with a class that implements it, Cat.

public interface Animal {
    public price();
    public breed();
}

public class Cat implements          


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题