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

wap to accept 10 numbers & display the number of odd and even numbers??

1 Answers  


Will a recursive function without an end condition every quit, in practice a) Compiler-Specific (Some can convert to an infinite loop) b) No c) Yes

0 Answers  


What things would you remember while making an interface?

0 Answers  


What is istream and ostream in c++?

0 Answers  


On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?

0 Answers  






if i want cin 12345678910 and cout abcdefghij. so how can i create the program?. example : if i key in 8910 so the answer is ghij.

3 Answers  


How important is c++?

0 Answers  


Are php strings immutable?

0 Answers  


What is #include c++?

0 Answers  


Can char be a number c++?

0 Answers  


int f() { int I = 12; int &r = I; r += r / 4; int *p = &r; *p += r; return I; } Referring to the sample code above, what is the return value of the function "f()"? a) 12 b) 15 c) 24 d) 17 e) 30

2 Answers   AIG, Quark,


Which is the best c++ compiler?

0 Answers  


Categories