Difference between overloaded functions and overridden functions


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

Post New Answer

More C++ General Interview Questions

Definition of class?

12 Answers  


Write a program using shift_half( ) function to shift the elements of first half array to second half and vice versa.

0 Answers  


What is the Diffrence between a "assignment operator" and a "copy constructor"?

3 Answers   Wipro,


What are the defining traits of an object-oriented language?

0 Answers  


Write about c++ storage classes?

0 Answers  


What is a vector c++?

0 Answers  


what is smart pointer & use of the smart pointer ???

2 Answers  


We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?

0 Answers  


What is the full form of dos?

0 Answers  


What is the difference between equal to (==) and assignment operator (=)?

0 Answers  


Write about the various sections of the executable image?

0 Answers  


What is private public protected in c++?

0 Answers  


Categories