You are not logged in.
- Topics: Active | Unanswered
Pages:: 1
#1 2015-05-26 05:34:17
Overloaded Functions:
Question:
What is the difference between overloaded functions and overridden functions?
Option A):
Overloading is a static or compile-time binding and Overriding is dynamic or run-time binding
Option B):
Redefining a function in a friend class is called function overloading while Redefining a function in a derived class is called as overridden fucnion
Option C):
Overloading is a dynamic or run-time binding and Overriding is static or compile-time binding
Option D):
Redefining a function in a friend class is called function overriding while Redefining a function in a derived class is called a overloaded fucntion
Correct Answer is Option A):
Overloading is a static or compile-time binding and Overriding is dynamic or run-time binding
Failure is the first step towards seccess.
Offline
2015-05-26 05:34:17
- Advertisement
- Ads By Google
Re: Overloaded Functions:
\n
Pages:: 1