应建立卫生防疫管理组织机构,制定卫生防疫制度,定期进行消毒
参考答案:对
下列程序的运行结果是______。 #include<iostream.h> class Base { public: void f(int x){cout<<"Base:"<<x<<endl;} }; class Derived:public Base { public: void f(char*str){cout<<"Derived:"<<str<<endl;) }; void main(void) { Base*pd=new Base; pd=new Derived; pd->f(’a’); }
在Word 2003中,不能插入声音。 ( )