Home / CSE MCQs / C++ - MCQs :: Discussion

Discussion :: C++ - MCQs

  1. What is a template?
  2. A.
    A template is a formula for creating a generic class
    B.
    A template is used to manipulate the class
    C.
    A template is used for creating the attributes
    D.
    none of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    A template is a formula for creating a generic class


Be The First To Comment