In c++, what is the difference between method overloading and method overriding?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C++ General Interview Questions

How much maximum can you allocate in a single call to malloc()?

0 Answers  


What is a modifier in c++?

0 Answers  


Differences between private, protected and public and give examples.

0 Answers  


Is there something that we can do in C and not in C++?

14 Answers   Patni,


What are function poinetrs? where are they used?

1 Answers   CTS,






What are the techniques you use for debugging?

1 Answers   Adtran,


Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c

0 Answers  


How one would use switch in a program?

0 Answers  


What are the operators in c++?

0 Answers  


What is a multimap c++?

0 Answers  


What is difference between malloc()/free() and new/delete?

0 Answers  


What is the difference between #import and #include?

0 Answers  


Categories