Explain the difference between method overriding and method overloading in C++?


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

Post New Answer

More C++ Interview Questions

How to stop class inheritance in C++ with condition that object creation should be allowed

0 Answers  


What are the advantages/disadvantages of using #define?

0 Answers   Amazon,


Explain function prototypes in C++.

0 Answers   Aricent,


Discuss about iteration statements in C++ .

0 Answers   Agilent,


It is possible to build a C++ compiler on top of a C compiler. How would you do this?

0 Answers   Amazon,






Tell How To Check Whether A Linked List Is Circular ?

1 Answers   IBS, Infosys,


Is there a difference between class and struct?

0 Answers  


Write a C++ program to print strings in reverse order.

0 Answers   Amdocs,


In C++ what do you mean by Inheritance?

0 Answers   Accenture,


Explain about Searching and sorting algorithms with complexities

0 Answers   Accenture,


There is a base class sub, with a member function fnsub(). There are two classes super1 and super2 which are sub classes of the base class sub.if and pointer object is created of the class sub which points to any of the two classes super1 and super2, if fnsub() is called which one will be inoked?

0 Answers   Alter,


What is Copy Constructor?

5 Answers   ABC, Siemens,


Categories