what's the difference between function overloading and
function overiding?

Answer Posted / a srinivas rao

function overloading is the process of defining the same
function name with different arguments,number of
arguments ,or ordinal positions of arguments.

function overriding is the process of defining the Base
class function in the derived class with different code
implementation.

Is This Answer Correct ?    63 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

totoo po ba ang manga aliens!

2323


sir please send me bpcl previous question papers

1940


What is stl in oop?

662


What is meant by stl in c++?

642


To modify an, existing worksheet. What steps are involved for: 1. Inserting and deleting rows and columns. 2. Printing cell formulas 3Jld displayed values 3. Using the page setup command

1762






What is stl in c++ with example?

624


What two types of containers does the stl provide?

561


When did c++ add stl?

719


How does an stl file work?

634


how to use C++?

2044


how can u do connectivity in c++ language? plz send me connectivity code in c++ ?

1873


Why should a c++ programmer be interested in stl?

632


Is there any error below, its a code to delete all entires from a map #include #include iostream.h int main() { int i =0; map TestMap; while(i<3) { TesMap.insert(TestMap::value_type(i,Test)); i++; } typedef map :: iterator mapIter =TestMap.begin(); if(mapIter!=TestMap.end()) { TestMap.erase(mapItrer); ++mapIter; } return 0; }

1874


Who wrote stl?

663


How stl is different from the c++ standard library?

631