what is the difference between overloading & overriding? give example.


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

Post New Answer

More C++ General Interview Questions

What is split a string in c++?

0 Answers  


Under what conditions is multiple inheritance not recommended?

1 Answers  


Which command properly allocates memory a) char *a=new char[20]; b) char a=new char[20]; c) char a=new char(20.0);

0 Answers  


write program for palindrome

81 Answers   Amazon, Aricent, CSC, GE, HCL, Infosys, Syntel, Temenos, Wipro,


What is the difference between the parameter to a template and the parameter to a function?

0 Answers  


What are the advantages of c++? Explain

0 Answers  


Are vectors passed by reference c++?

0 Answers  


Explain the need for "Virtual Destructor"?

2 Answers   Infosys,


How we can differentiate between a pre and post increment operators during overloading?

0 Answers  


What are the comments in c++?

0 Answers  


How do you clear a buffer in c++?

0 Answers  


Difference between Top down and bottom up approaches for a given project ?

14 Answers   BSNL, CSC, HCL, HP, IIT, Infosys, Siemens,


Categories