public abstract class A { public abstract void aa(int x,int y); public void bb(int x ,int y){ System.out.println(method bb); } } class B extends A{ public void aa(int x,int y){ System.out.println(method aa); } public static void main(String[] args){ B b=new B(); } } public interface Runner { public int ID=1; public void run(); } ---------------------------------------------- public interface Animal extends Runner{ public void breathe(); } ---------------------------------------------- public class Fish implements Animal { public void breathe() { System.out.println(fish is bubbling); } p
您可能关注的文档
最近下载
- 福建连城银矿选矿工艺流程试验研究报告.doc VIP
- Unit 3 Extended Reading Smartphone a smart choice 课件-2022-2023学年高中英语牛津译林版(2020)必修第三册.pptx VIP
- 奶粉的功效和作用.pptx
- 毕业设计论文_基于plc的自动售货机.doc VIP
- 1-枪水-清洁剂MSDS.pdf VIP
- 穆斯堡尔谱原理及应用.ppt VIP
- SKPx5燃气阀门执行器-使用说明-中文.pdf VIP
- 建设工程监理合同模板(最新).docx
- SKP15SKP25SKL25…SKP55SKP75电动液压阀门执行器SKPx5.pdf VIP
- 电商直播对消费者购买意愿的影响因素研究.docx VIP
原创力文档

文档评论(0)