Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between "overloading" and "overridding"?

Answer Posted / shakti singh khinchi

Overloading: When more then 1 methods in a class having same
name but they are different in their number of parameters,
different in their parameters types and their order.

Overriding: When a parent class is derived by a child class
and some method which has present in parent class which is
declared as "virtual" in parent class , same method with
same name and parameters and sam type is also declared in
child class without "virtual" keyword, bcz it is by default
virtual in child. SO PARENT AND CHILD CLASS USES SAME METHOD
ARE CALLED OVERRIDING.

Is This Answer Correct ?    4 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain virtual destructor?

1250


Explain terminate() and unexpected() function?

1159


What is a catch statement?

1112


What is the difference between strcpy() and strncpy()?

1192


What are protected members in c++?

1178


How many standards of c++ are there?

1143


Tell me what are static member functions?

1131


What are the uses of static class data?

1236


State the difference between pre and post increment/decrement operations.

1144


What is expression parser in c++

2555


Write a program for Divide a number with 2 and Print the output ( NOTE: Check for divide by zero error).

1155


Differentiate between a constructor and a method in C++.

1113


What is constructor in C++?

1143


program explaining feautures of c++

2489


How did c++ start?

1150