Difference between Overloading and Overriding?
Answer Posted / rajnish gupta
Overloading can be used with in same class as well as
inharitance, but overriding is used only in inharitance.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are keywords in c++?
What do you mean by early binding?
What is static function? Explain with an example
What is #include math h in c++?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
Can you please explain the difference between overloading and overriding?
Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
Is C++ case sensitive a) False b) Depends on implementation c) True
What is static class data?
What is a string example?
Explain the difference between c++ and java.
Explain register storage specifier.
What is the use of setprecision in c++?
Explain the use of virtual destructor?
What is the difference between struct and class?