Can you please explain the difference between overloading and overriding?
No Answer is Posted For this Question
Be the First to Post Answer
What do nonglobal variables default to a) auto b) register c) static
Do you know the problem with overriding functions?
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?
What is the use of default constructor?
What is a c++ map?
When copy constructor can be used?
Why do we use string in c++?
What is cout flush?
Array base access faster or pointer base access is faster?
What are the important differences between c++ and java?
what is difference between internet and Internet?
12 Answers College School Exams Tests, Microsoft, MIT, TCS,