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

Answer Posted / mishtu

not necessary to have same return type in function overloading

Is This Answer Correct ?    12 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are stl algorithms?

897


write a program to convert a decimal number in to its equivalent binary number?

2296


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

2151


What is stl language?

886


Define stl.

1057


Who wrote stl?

917


What is meant by stl in c++?

912


Explain stl.

1128


What does stl mean in slang?

883


totoo po ba ang manga aliens!

2568


What two types of containers does the stl provide?

781


Who created stl?

901


write a program that will accept a number and print.its equivalent in words the maximum input number is 9999

2754


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

2019


help me i need a c++ program which takes sequesnce of characters and outputed sequence of their token taypes, work same compiler in lexical analysis phase

2168