题目内容

关于多态的编程题。完成下划线处代码,使得程序功能为输出:PersonEmployeeclass Person {void work() {System.out.println("Person");}}class Employee extends Person{void work(){System.out.println("Employee");}void work2(){System.out.println("work2");}}class Controller{static void personWork( 1 ) {p.work();}}public class Test{public static void main(String[] args) {Person p1 = new Person();Controller.personWork(p1);Person p2 = new2 ();Controller.personWork(p2);}}

查看答案
更多问题

保持下述源代码不变,增加一个Student类,使得程序运行输出:StudentEmployee部分源代码如下:class Person {void work() {System.out.println("Person");}}class Employee extends Person{void work(){System.out.println("Employee");}void work2(){System.out.println("work2");}}public class Test{public static void main(String[] args) {Person p1 = new Student();personWork(p1);Person p2 = new Employee();personWork(p2);}static void personWork(Person p) {p.work();}}

土地与人口的辩证关系主要表现为()。

加强土地资源管理,促进可持续发展的对策包括:

A. 树立可持续发展观
B. 实现土地、人口、环境、经济的协调发展
C. 选择与建立可持续发展的土地、人口、环境、经济组合运作模式
D. 建立土地资源可持续利用的制度建设和法制建设

在MRP计算中,需要作为预计入库量考虑的单据,以下哪个描述是全面的并且是正确的?( )

A. 采购定单;生产任务单和采购定单和重复生产计划单
B. 销售定单和生产任务单
C. 重复生产计划单和采购定单
D. 投料单和生产任务单

答案查题题库