试题与答案

按照造痕体分类,足迹分为()、()和穿袜足迹。

题型:填空题

题目:

按照造痕体分类,足迹分为()、()和穿袜足迹。

答案:

参考答案:赤足足迹、穿鞋足迹

试题推荐
题型:单项选择题

有如下程序: #include<iostream> using namespace std; class base { public:virtual void f1(){ cout<<"F1Base"; } virtual void f2() { cout<<"F2Base "; } }; class derive : public base { void f1 ( ) { cout<<"F1Derive"; } void f2( int x ) { cout<<"F2 Derive"; } }; int main () { base objl, * p; derive obj2; p = & obj2; p -> f1(); p -> f2(); return 0; } 执行后的输出结果是( )。

A.F1Derive F2Base

B.F1Derive F2Derive

C.F1Base F2Base

D.F1Base F2Derive

查看答案
微信公众账号搜索答案