某集装箱代号为AKA1234CZ,该集装箱属于()
A.南方航空公司;
B.东方航空公司;
C.国际航空公司;
D.海南航空公司
参考答案:A
试题源程序文件清单如下: //main.cpp #include<iostrcam.h> class vehicle private:int MaxSpeed;int Weight; public: //**********found**********vehicle(int maxspecd,int weight): (1) ~vehiclc();int getMaxSpeed()return MaxSpeed;int getWeight()return Weight; : //**********found********** class hicycle: (2) public vehicle pnvate:int Height; public:bicycle(int maxspeed ,int weight,int height):vehicle( maxspeed ,weight), Height( height)int getHeight()return Height;; ; //**********found********** class motorcar: (3) public vehicle private:int SeatNum: public:motorcar( int maxspeed,int weight,int sealnum):vehicle( maxspeed, weight), SeatNum( seatnum)int getSeatNum()return SeatNum;; ; //**********found********** class motorcycle: (4) public:motorcycle( int maxspeed ,int weight,int height): vehicle( maxspeed ,weight), bicycle( maxspeed, weight, height), motorcar( maxspeed, weight,1) ; void main()motorcycle a(80,150,100);cout<<a. getMaxSpeed()<<endl;cout<<a. getWeight()<<endl;cout<<a. getHeight()<<endl;cout<<a. getSeatNum()<<endl;
建设期贷款利息是指()
A、建设项目贷款总额的全部利息中在建设期内应归还的贷款利息
B、建设期内所贷款项的全部利息中在建设期内应归还的贷款利息
C、建设项目贷款总额的全部利息
D、建设期内所贷款项的全部利息