what is the difference between overloading & overriding? give example.


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

Post New Answer

More C++ General Interview Questions

List different attributes in C++?

0 Answers   Ericsson,


Why do you use the namespace feature?

0 Answers  


What is a block in c++?

0 Answers  


What is c strings syntax?

0 Answers  


You have to take 2 arrays of length 10. Input the values of array 1 from the user. Then copy the values of array 1 to array 2 in ascending order For example if user enters 9, 5, 6, 8, 1, 0, 2, 7, 4, 3 then copy the smallest element i.e. 0 first followed by 1, 2 and so

1 Answers  






What are the basics of local (auto) objects?

0 Answers  


What is namespace & why it is used in c++?

0 Answers  


Why are arrays usually processed with for loop?

0 Answers  


Explain public, protected, private in c++?

0 Answers  


Which format specifier is used for printing a pointer value?

0 Answers  


How can you link a c++ program to c functions?

0 Answers  


Explain the static member function.

0 Answers  


Categories