标准菌株编号中的ATCC表示()
A.我国卫生部药检所菌种保藏中心
B.中科院微生物研究所
C.英国国家典型菌种保藏中心
D.美国菌种保藏中心
E.WHO菌种保藏中心
参考答案:D
如果不使用多态机制,那么通过基类的指针虽然可以指向派生类对象,但是只能访问从基类继承的成员。下列程序没有使用多态机制,其输出结果是______。 #include<iostream> using namespace std; class Base{public: void print() { cout<<’B’;}};class Derived:public Base {public: void print() {cout<<’D’;}}; int main() { Derived*pd=new Derived()" Base*pb=pd; pb->print(); pd->print(); delete pd; return 0;}
隔离开关的主要作用是隔离电源具有明显的断开点。()