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

Discussion :: Object Oriented Programming Using C++

  1. Function templates _____________

  2. A.
    must have exactly one parameter
    B.
    may have more than one parameter as long as they are of the same type
    C.
    may have more than one parameter of any type
    D.
    may not have parameters

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    No answer description available for this question.


Be The First To Comment