public class Ceshi {
public static void main(String[] args) {
// TODO Auto-generated method stub
Gongju gongju=new Qiche();
Gongju gongju1=new Lunchuan();
Gongju gongju2=new Feiji();
gongju.show();
gongju1.show();
gongju2.show();
public static void main(String[] args) {
// TODO Auto-generated method stub
Gongju gongju=new Qiche();
Gongju gongju1=new Lunchuan();
Gongju gongju2=new Feiji();
gongju.show();
gongju1.show();
gongju2.show();
2016-06-19