Examveda
Examveda

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: Option A


Join The Discussion

Related Questions on Object Oriented Programming Using C Plus Plus

A default catch block catches

A. all thrown objects

B. no thrown objects

C. any thrown object that has not been caught by an earlier catch block

D. all thrown objects that have been caught by an earlier catch block