adplus-dvertising
frame-decoration

Question

If you create an instantiation of a class template with an int, and then create a second instantiation with a double, then

a.

you must precede each function call with the word int or double

b.

once a function is used as one type, it becomes unavailable for use with the other type

c.

there is no difference in the procedure to call a member function

d.

you cannot perform this operation in C++

Answer: (a).you must precede each function call with the word int or double

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. If you create an instantiation of a class template with an int, and then create a second instantiation with a double, then

Similar Questions

Discover Related MCQs

Q. The type to be used in an instantiation of a class template follows ________

Q. When an object-oriented program detects an error within a function, the function _________

Q. When you create a derived class and instantiate an object _____

Q. A function in a derived class that has the same name as a function in the parent class

Q. When a function includes a throw statement for errors, the call to the potentially offending function should be placed within a _____ block

Q. In a C++ program, which of the following can be thrown?

Q. You must provide a constructor for a derived class

Q. If a derived class uses the public access specifier, then _____

Q. You _____ write your own container classes

Q. If an integer object is thrown with a throw statement, then a subsequent catch block has a usable match if the type of the catch argument is

Q. You separate a derived class name from its access specifier with

Q. To use a template class member function, use the ________ with the instantiation

Q. When a class is derived from another derived class, the newly derived class

Q. With a template class, _____ type is generic

Q. Template classes that have already been written to perform common class tasks are called _____

Q. If two types of errors may be thrown, you should write _______

Q. If no exception is thrown ________

Q. Within parentheses, catch blocks can have _____

Q. To create a template class, you begin with _________

Q. If an integer object is thrown with a throw statement, then a subsequent catch block has a usable match if the type of the catch argument is _____