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

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; }

2148


What is stl stack?

891


What is stl language?

884


how to making game in c++ ?

2456


What is a stl vector?

864


What are stl algorithms?

893


What are the components of stl?

877


What is a standard template library (stl)? What are the various types of stl containers?

943


Is string part of stl?

976


In what scenario does the Logical file and Physical file being used?

2567


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

2012


Who wrote stl?

911


What is the use of stl?

844


Can we use stl in coding interviews?

1577


What two types of containers does the stl provide?

779