聚丙烯的下列几种结构中最不易结晶的是()
A.无规立构
B.全同立构
C.间同立构
D.几种结构相差不大
参考答案:A
有如下程序: #include using namespace std; class Instrument{ public: virtual void Display()=0; }; class Piano:public Instrument{ public: void Display(){/*函数体程序略*/} }; int, main(){ Instrument s; Instrument*p=0; //...; return 0; } 下列叙述中正确的是
A.语句“Insturment *p=0;”编译时出错
B.语句“Instruments;”编译时出错
C.类Piano中的Display函数不是虚函数
D.类Instrumen七是一个虚基类
气瓶在使用过程中,()留有一定压力的余气。
A、必须
B、不能
C、可以
D、不一定