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


Please Help Members By Posting Answers For Below Questions

What causes a runtime error c++?

589


Why do you use the namespace feature?

655


What is pointer -to-members in C++? Give their syntax?

597


What is const pointer and const reference?

597


What is the full form of c++?

621






What is an inline function in c++?

629


Describe Trees using C++ with an example.

608


What are manipulators used for?

613


Why is c++ so fast?

531


How do you compile the source code with your compiler?

620


How do you import payscale data from non SAP to SAP?is it through LSMW or any other way is there?

3203


what is data encapsulation in C++?

607


What is the average salary of a c++ programmer?

547


What is the use of class in c++?

570


Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---

1653