How to declare an interface inside class method?

前端 未结 0 1757
我在风中等你
我在风中等你 2021-01-21 01:25

I wrote the following class:

 public class Dog
{
    private int age = 9;
        private String name = "newton";
    public String bark()
    {
                


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