为适应扩大对外开放和引进先进技术的需要,将( )和产品增加为鼓励类条目。
A.国内急需发展的产业B.国外急需发展的产业C.国内发展的产业D.国外发展的产业
参考答案:A
如果不使用多态机制,那么通过基类的指针虽然可以指向派生类对象,但是只能访问从基类继承的成员。有如下程序,没有使用多态机制: #include <iostream> using namespace std; class Base int a,b; public: Base(int x,inty)a=x;b=y; void show( )cout<<a<<’,’<<b<<endl; ; class Derived:public Base int C,d; public: Derived(int x,int y,int z,intm):Base(x,y)c=z;d=m; void show( )cout<<c<<’,’<<d<<endl; . int main( ) Base BI(50,50),*pb; Derived D1(10,20,30,40); pb=&D1; pb->show( ); return 0; 程序的输出结果是
A.10,20
B.30,40
C.20,30
D.50,50
代理词中,用来说明代理人出庭代理诉讼的合法身份、权限、出庭前准备工作以及对本案的基本看法的是()
A.标题
B.称呼语
C.前言
D.结束语