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

Discussion :: C++ - MCQs

  1. Which of the things does not require instantiation?
  2. A.
    functions
    B.
    non virtual member function
    C.
    member class
    D.
    all of the mentioned

    View Answer

    Workspace

    Answer : Option D

    Explanation :

    The compiler does not generate definitions for functions, non virtual member functions, class or member class because it does not require instantiation.


Be The First To Comment