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

What is data hiding c++?

0 Answers  


Write a program to swap 2 chars without using a third varable? char *s = "A"; char *p = "B";

7 Answers   CTS,


How do you initialize a class member, class x { const int i; };

8 Answers   emc2,


Why c++ is faster than java?

0 Answers  


What are advantages of C++ when comparing with C?

18 Answers   HP, iGate, TCS,






How do you show the declaration of a virtual constructor?

0 Answers  


If you hear the cpu fan is running and the monitor power is still on, but you did not see anything show up in the monitor screen. What would you do to find out what is going wrong?

0 Answers  


Difference between a homogeneous and a heterogeneous container

0 Answers  


What is the standard template library (stl)?

0 Answers  


Explain how an exception handler is defined and invoked in a Program.

0 Answers  


What is abstraction in c++ with example?

0 Answers  


How can we access protected and private members of a class?

0 Answers  


Categories