多項(xiàng)選擇題

代碼:


以下正確的說(shuō)法是:()

A.調(diào)用Foo1()會(huì)輸出“thisisinthebase”
B.調(diào)用Foo1()會(huì)輸出“thisisinthederived”
C.調(diào)用Foo2()會(huì)輸出“thisisinthebase”
D.調(diào)用Foo2()會(huì)輸出“thisisinthederived”


您可能感興趣的試卷

你可能感興趣的試題

1.不定項(xiàng)選擇關(guān)于C++標(biāo)準(zhǔn)庫(kù)的智能指針std::auto_ptr,以下正確的說(shuō)法是:()

A.std::auto_ptr的對(duì)象無(wú)法放入標(biāo)準(zhǔn)庫(kù)的容器
B.一旦進(jìn)行兩個(gè)std::auto_ptr對(duì)象之間的拷貝構(gòu)造,被拷貝的對(duì)象將失去對(duì)所管理內(nèi)存的“所有權(quán)”
C.std::auto_ptr可以配合newoperator和deleteoperator工作
D.std::auto_ptr可以配合new[]operator和delete[]operator工作

2.單項(xiàng)選擇題

32位Windows和CPU下面代碼的正確輸出結(jié)果是多少?()

A.1and8
B.8and4
C.1and1
D.8and1

5.單項(xiàng)選擇題

下面的代碼輸出是什么?()

A.cc
B.Ab
C.Ac
D.cb