Vidyalelo
C++ Programming · Q962

C++ miscellaneous

Programming · C++ Programming · question 962

Q962

Pick out the correct statement about the override.

A.
Overriding refers to a derived class function that has the same name and signature as a base class virtual function
Answer
B.
Overriding has different names
C.
Overriding refers to a derived class
D.
Overriding has different names & it refers to a derived class

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board