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 is a vector c++?
What is :: operator in c++?
Differentiate between the message and method in c++?
What are inline functions? What is the syntax for defining an inline function?
Can I uninstall microsoft c++ redistributable?
what is the difference between linear list linked representaion and linked representation? what is the purpose of representing the linear list in linked represention ? is it not avoiding rules of linear represention?
Who created c++?
What are 2 ways of exporting a function from a dll?
When is dynamic checking necessary?
Show the declaration for a static function pointer.
What is a type library?
What are arithmetic operators?
Explain friend class?
What is meant by entry controlled loop?
Explain queue. How it can be implemented?