A

Admin • 833K Points
Coach

Q. What is the difference between overloaded functions and overridden functions?

  • (A) Redefining a function in a friend class is called function overloading while Redefining a function in a derived class is called as overridden function.
  • (B) Overloading is a static or compile-time binding and Overriding is dynamic or run-time binding
  • (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.
  • (D) Overloading is a dynamic or run-time binding and Overriding is static or compile-time binding
  • Correct Answer - Option(C)
  • Views: 21
  • Filed under category C++
  • Hashtags:

No solution found for this question.
Add Solution and get +2 points.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.