What is the difference between overloaded functions and overridden functions?

Options
- Overloading is a dynamic or run-time binding and Overriding is static or compile-time binding
- Redefining a function in a friend class is called function overriding while Redefining a function in a derived class is called a overloaded fucntion.
- Overloading is a static or compile-time binding and Overriding is dynamic or run-time binding
- Redefining a function in a friend class is called function overloading while Redefining a function in a derived class is called as overridden fucnion.


CORRECT ANSWER : Overloading is a static or compile-time binding and Overriding is dynamic or run-time binding

Discussion Board
Cpp

Nice51

ankita 10-9-2018 03:29 PM

c++

good

shivam singh 07-19-2017 08:53 AM

c++

it was very useful

ammu 01-19-2015 10:46 PM

C++

Very Useful

Jayakrishna Shenoy 12-25-2014 09:19 AM

c++

it was very interesting test.

Ghanshyam Mule 09-17-2014 07:18 AM

c++

nice

Ghanshyam Mule 09-17-2014 07:16 AM

Write your comments

 
   
 
 

Enter the code shown above:
 
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement