Maven构建项目失败 Non-resolvable import POM Non-resolvable import POM: XXX:pom:4.2.0 was not found in https://repo.maven.apache.org/maven2 during a previous attempt.项目结构定位错误解决问题打包碰到另外的问题Failed to execute goal org.springframework.boot:s…
向上造型
计算机 编译过程 和运行过程 Pet pet new Cat();
图中 pet.eat()为父类构造方法 、 pet.catchMouse()为子类方法
向上造型构成对象不能调用子类独有方法
出现方法重写会调用子类方法 向下造型 Cat cat1 (Cat)new Pet 这种形式错误…