Can you please explain the difference between overloading and overriding?


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

Post New Answer

More C++ General Interview Questions

What do nonglobal variables default to a) auto b) register c) static

0 Answers  


Do you know the problem with overriding functions?

0 Answers  


what is the order of initialization for data?

10 Answers   Amazon, TCS, Wipro,


int main() { int i ,a[i]; i = 0; a[i] = 10; cout<< a[i] << endl; return 0; } What will be output of this program?

11 Answers   HCL, Mphasis,


What is the use of default constructor?

0 Answers  






What is a c++ map?

0 Answers  


When copy constructor can be used?

4 Answers   Symphony,


Why do we use string in c++?

0 Answers  


What is cout flush?

0 Answers  


Array base access faster or pointer base access is faster?

0 Answers  


What are the important differences between c++ and java?

0 Answers  


what is difference between internet and Internet?

12 Answers   College School Exams Tests, Microsoft, MIT, TCS,


Categories