What is the difference between overloaded functions and overridden functions?
(A) Overloading is a dynamic or run-time binding and Overriding is static or compile-time binding
(B) Redefining a function in a friend class is called function overriding while Redefining a function in a derivedclass is called an overloaded function.
(C) Overloading is a static or compile-time binding and Overriding is dynamic or run-time binding
(D). Redefining a function in a friend class is called function overloading while Redefining a function in a
derived class is called as overridden function.
Answers
Answered by
0
Answer:
D is the correct answer
Explanation:
hope it helps you
Similar questions