Difference between Overloading and Overriding?
Answer Posted / lakshmipathi
overloading is nothing but a funtion witn same name but
different arguments .......
overrinding is nothing but a funtion with same name and same
arguments...........
overloding involves with in same class...........
overriding involves in between super class and sub class....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are c++ files?
Describe the syntax of single inheritance in C++?
Explain about templates of C++.
Is c++ map a hash table?
Difference between Abstraction and encapsulation in C++?
Differentiate between the manipulator and setf( ) function?
Explain how we implement exception handling in c++?
What are put and get pointers?
How can you quickly find the number of elements stored in a static array?
How would perform Pattern Matching in C++?
what Is DCS ? what i will get benefit when i did?
What is else if syntax?
Explain stack & heap objects?
Is eclipse good for c++?
What are the effects after calling the delete this operator ?