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

Is there finally in c++?

1088


Evaluate !(1&&1||1&&0) a) Error b) False c) True

1189


What is a syntax in c++?

1146


Which programming language is best?

972


Can there be at least some solution to determine the number of arguments passed to a variable argument list function?

991


Define pointers?

1032


Explain about Garbage Collector?

1107


Can we make any program in c++ without using any header file and what is the shortest program in c++.

1113


what are the events occur in intr activated on interrupt vector table

1741


What is the difference between an enumeration and a set of pre-processor # defines?

1367


What is a .lib file in c++?

987


What is size of string in c++?

972


What is a modifier in c++?

1129


What is the best ide for c++?

1082


Define Virtual function in C++.

1078