When you overload member functions, in what ways must they differ?


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

Post New Answer

More C++ General Interview Questions

int age=35; if(age>80) {Console.WriteLine("Boy you are old");} else {Console.WrieLine("That is a good age");}

0 Answers  


Why do we use double in c++?

0 Answers  


What are pointers used for c++?

0 Answers  


What is searching?

0 Answers  


Explain polymorphism?

0 Answers  






How long does this loop run: for(int x=0; x=3; x++) a) Never b) Three times c) Forever

17 Answers   Datavance, Quark, VEL, Wipro,


What do you understand by a pure virtual member function?

0 Answers  


Name the implicit member functions of a class.

0 Answers  


How a modifier is similar to mutator?

0 Answers  


How does a C++ structure differ from a C++ class?

0 Answers   NIIT,


Explain the difference between abstract class and interface in c++?

0 Answers  


What do you mean by overhead in c++?

0 Answers  


Categories