-
Pick out the correct statement about the override.
-
- Overriding refers to a derived class
- Overriding refers to a derived class function that has the same name and signature as a base class virtual function
- Overriding has different names
- All of above
- 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