Difference between Overloading and Overriding?
Answer Posted / akash monga
overloading is just brain cracker and overridding is more difficult than overloading and if u agree with me than plz mail at Ak47monga@gmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is heap sort in c++?
What is a hashmap c++?
How can I disable the "echo" feature?
Define anonymous class.
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
What is c++ programming language?
Can constructor be static in c++?
How much do c++ programmers make?
What is the difference between while and do while loop? Explain with examples.
Describe protected access specifiers?
Explain function overloading and operator overloading.
int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}
What is microsoft c++ redistributable 2013?
When should we use multiple inheritance?
Explain about templates of C++.