Explain how overloading takes place in c++?


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

Post New Answer

More C++ General Interview Questions

Can member functions be private?

0 Answers  


Why iomanip is used in c++?

0 Answers  


write a corrected statement in c++ so that the statement will work properly. x = y = z + 3a;

0 Answers  


When does a name clash occur?

1 Answers  


Do class declarations end with a semicolon?

0 Answers  






What function initalizes variables in a class: a) Destructor b) Constitutor c) Constructor

0 Answers  


What is iterator c++?

0 Answers  


What are protected members in c++?

0 Answers  


Explain virtual destructor?

0 Answers  


Explain virtual class?

0 Answers  


What is "strstream" ?

1 Answers   Huawei,


When the constructor of a base class calls a virtual function, why doesn't the override function of the derived class gets called?

0 Answers  


Categories