职工上下班交通费、防暑降温费应记入工资及补贴收入。()
参考答案:对
有如下程序: #include<iostream> using namespace std; class Base{ public: void output( ){cout<<l;} virtual void Print( ){cout<<’B’;} }; class Derived:public Base{ public: void output( ){cout<<1;} void Print( ){cout<<’D’;} }; int main( ){ Base*prt=new Derived; prt->output( ); prt->Print( ); delete prt; return 0; } 程序的输出结果是
A.1B
B.1D
C.2B
D.2D
港澳地区与珠江三角洲地区的合作以“()”为基本模式。