Home / CSE / Object Oriented Programming Using C++ :: Discussion

Discussion :: Object Oriented Programming Using C++

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

  2. 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++

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    No answer description available for this question.


Be The First To Comment