What do you mean by function overriding & function overloading in c++?


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

Post New Answer

More C++ General Interview Questions

Write a program using GUI concept for the scheduling algorithms in Operating system like SJF,FCFS etc..

0 Answers  


What is the full form of stl in c++?

0 Answers  


What is the difference between a type-specific template friend class and a general template friend class?

0 Answers  


What is singleton class in c++?

0 Answers  


Why struct is used in c++?

0 Answers  






What is the output of: String a1 = "Hello"; String a2 = "world!"; String* s1 = &a2; String& s2 = a1; s1 = &a1; s2 = a2; std::cout << *s1 << " " << s2 << std::endl;

4 Answers   Lehman Brothers,


What do you mean by function pointer?

0 Answers  


What is your strongest programming language (Java, ASP, C, C++, VB, HTML,C#, etc.)?

24 Answers   Infosys, Microsoft, TCS,


What is a null object in c++?

0 Answers  


What is function overloading c++?

0 Answers  


What is this weird colon-member (" : ") syntax in the constructor?

0 Answers  


What is a terminating character in c++?

0 Answers  


Categories