由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
JobHunting版 - C++ Q90 - Q92
相关主题
问大家一个cpp中function pointer的问题一个简单的java题
问几个面试题My Microsoft Phone Interview
C++ Q70: this pointer (skillport)说一下pressure interview。。。
菜鸟问个C++的pointer问题今早Bloomberg电话面试经过,奉献给大家。。。
请教一个 c++ member function pointer 问题MathWorks被拒
请教一个问题,发两个包子。关于Bloomberg Phone Interview
C++ Q93 - Q95明天ONSITE攒人品,发面试知识点总结!!
谁对design pattern比较熟?bloomberg就85k?
相关话题的讨论汇总
话题: function话题: template话题: c++话题: templates话题: pointer
进入JobHunting版参与讨论
1 (共1页)
c**********e
发帖数: 2007
1
C++ Q90: class templates
What type of class template can be nested?
A. Only non-template classes
B. Only class templates
C. Both class templates and non-template classes
D. Neither class templates nor non-template classes
C++ Q91: this pointer
Which one of the following operations requires explicit use of a this
pointer?
A. Calling a member function that requires a pointer to that object from
another member function in the same object
B. Calling a global function that requires a pointer to that object from a
member function
C++ Q92: function templates and overloading
Multiple choice: Identify what formal type parameters are used for.
A. To specify the argument types to a function template
B. To instantiate a function template
C. To specify the return type of a function template
D. To declare variables within the function template body
c**********e
发帖数: 2007
2
Q90: class templates
The given answer is C.

【在 c**********e 的大作中提到】
: C++ Q90: class templates
: What type of class template can be nested?
: A. Only non-template classes
: B. Only class templates
: C. Both class templates and non-template classes
: D. Neither class templates nor non-template classes
: C++ Q91: this pointer
: Which one of the following operations requires explicit use of a this
: pointer?
: A. Calling a member function that requires a pointer to that object from

c**********e
发帖数: 2007
3
The given answer is B.

C++ Q91: this pointer
Which one of the following operations requires explicit use of a this
pointer?
A. Calling a member function that requires a pointer to that object from
another member function in the same object
B. Calling a global function that requires a pointer to that object from a
member function

【在 c**********e 的大作中提到】
: Q90: class templates
: The given answer is C.

c**********e
发帖数: 2007
4
The given answer for Q92 is A, C, D.

C++ Q92: function templates and overloading
Multiple choice: Identify what formal type parameters are used for.
A. To specify the argument types to a function template
B. To instantiate a function template
C. To specify the return type of a function template
D. To declare variables within the function template body

【在 c**********e 的大作中提到】
: The given answer is B.
:
: C++ Q91: this pointer
: Which one of the following operations requires explicit use of a this
: pointer?
: A. Calling a member function that requires a pointer to that object from
: another member function in the same object
: B. Calling a global function that requires a pointer to that object from a
: member function

1 (共1页)
进入JobHunting版参与讨论
相关主题
bloomberg就85k?请教一个 c++ member function pointer 问题
怎么才能掌握好C++里面的指针和引用?请教一个问题,发两个包子。
C++ 面试题目分享(1)C++ Q93 - Q95
C++ object size一问谁对design pattern比较熟?
问大家一个cpp中function pointer的问题一个简单的java题
问几个面试题My Microsoft Phone Interview
C++ Q70: this pointer (skillport)说一下pressure interview。。。
菜鸟问个C++的pointer问题今早Bloomberg电话面试经过,奉献给大家。。。
相关话题的讨论汇总
话题: function话题: template话题: c++话题: templates话题: pointer