单项选择题
A.Base base=new Child() B.Base base=new Base() C.Child child=new Child() D.Child child=new Base();
A.abstract B.static C.protected D.final