多态存在的三个必要条件:(推荐教程:java入门教程)1、继承2、重写3、父类引用指向子类对象(是父类引用指向子类对象)比如:Parent p = new Child();List<Integer> myList=new Li