Home » C++ Programming » Classes & Objects » Question
  1. Pick out the correct statement about the override.
    1. Overriding refers to a derived class
    2. Overriding refers to a derived class function that has the same name and signature as a base class virtual function
    3. Overriding has different names
    4. All of above
    5. None of these
Correct Option: B

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



Your comments will be displayed only after manual approval.