Q. What is the difference between overloaded functions and overridden functions?
β
Correct Answer: (C)
Redefining a function in a friend class is called function overriding while Redefining a function in a derived class is called an overloaded function.