Difference between overloading vs. Overriding


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

Post New Answer

More C++ General Interview Questions

What are the basics of classifying different storage types, why?

2 Answers   Astergate, Symphony,


char *ch = "abcde"; char c[4]; how to copy 'ch' to 'c'?

4 Answers   Thomson Reuters,


What are the various arithmetic operators in c++?

0 Answers  


why and when we can declar member fuction as a private in the class?

0 Answers  


What are arithmetic operators?

0 Answers  






Can comments be nested?

0 Answers  


I need to find a specific string between two strings how do I do it?

1 Answers   Infosys,


what is the diff b/n c and c++ a. dynamic scoping b. nested switching c. declaration of variables in any code block d. separation of compilation and linking

2 Answers   Hughes,


What is the difference between operator new and the new operator?

3 Answers   Amazon, TCS, Wipro,


What is a .h file c++?

0 Answers  


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

0 Answers  


How to implement flags?

2 Answers   Symphony,


Categories