为了账号安全,请及时绑定邮箱和手机立即绑定

如何实现接口数组化 输出有共同爱好的宠物

59e5fa810001d93d10010751.jpg59e5fa800001620b10010751.jpg

59e5fa810001207910010751.jpg
59e5fa81000177e710010751.jpg

正在回答

1 回答

 Interface1[] intt = new Interface1[] { new Dog("dddddd") };
            for (int i = 0; i < intt.Length; i++)
            {
                intt[i].GGG();
            }

 interface Interface1
    {
        void GGG();
    }

 class Dog : Pet,Interface1

{

 public void GGG()
        {
            Console.WriteLine("爬树");
        }

}

 Interface1[] intt = new Interface1[] { new Dog("dddddd") };
            for (int i = 0; i < intt.Length; i++)
            {
                intt[i].GGG();
            }

//img4.sycdn.imooc.com/59e718c2000150b003330072.jpg

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

如何实现接口数组化 输出有共同爱好的宠物

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信