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
Can a constructor return a value?
What c++ library is string in?
What is purpose of abstract class?
Explain what are accessor methods?
What is a breakpoint?
Discussion on error handling of C++ .
What is scope resolution operator in c++ with example?
How will you call C functions from C ++ and vice-versa?
List down the guideline that should be followed while using friend function.
Do you know what are pure virtual functions?
Differentiate between a constructor and a destructor in c++.
What is the return value of the insertion operator?
What do you mean by static variables?
What is ctime c++?
What are the uses of typedef in a program?