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

Discussion :: C++ - MCQs

  1. Pick out the correct statement about override.
  2. A.
    Overriding refers to a derived class function that has the same name and signature as a base class virtual function.
    B.
    Overriding has different names
    C.
    both a & b
    D.
    None of the mentioned

    View Answer

    Workspace

    Answer : Option A

    Explanation :

    Overriding refers to a derived class function that has the same name and signature as a base class virtual function.


Be The First To Comment