高等继续教育 / 面向对象程序设计
正确率:100%
网络远程教育期末考试【面向对象程序设计】模拟试题
下面函数模板的声明错误的是( )
考题选项:
template < class T> void fun(T x){…}
template < class T> T fun(int x){…}
下面函数模板的声明错误的是( )
考题选项:
template < class T> void fun(T x){…}
template < class T> T fun(int x){…}
参考答案: