Difference between function overloading and function overriding.


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

Post New Answer

More C++ Interview Questions

Explain encapsulation in C++.

0 Answers   Verifone,


Question on Copy constructor.

0 Answers   Alter,


What is wrong with this statement? std::auto_ptr ptr(new char[10]);

0 Answers   Amazon,


What is the difference between Stack and Queue in C++?

0 Answers   Global Logic, iNautix,


Describe the different styles of function prototypes in C++.

0 Answers   Adobe,






What are the advantages and disadvantages of B-star trees over Binary trees?

0 Answers  


Can we use THIS Pointer in static function – Reason in C++?

0 Answers  


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 a memory leak in C++?

0 Answers   Agilent,


What are the major differences between C and C++?

0 Answers   Amazon,


How does free know the size of memory to be deleted

0 Answers  


What does it mean to take the address of a reference?

0 Answers   Amazon,


Categories