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...

Difference between Overloading and Overriding?

Answer Posted / swetcha

Overloading - Two functions having same name and return
type, but with different type and/or number of arguments.
Overriding - When a function of base class is re-defined in
the derived class.

Is This Answer Correct ?    850 Yes 105 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

We all know that a const variable needs to be initialized at the time of declaration. Then how come the program given below runs properly even when we have not initialized p?

1134


What is ios flag in c++?

1273


If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?

1152


What is copy constructor? Can we make copy constructor private in c++?

1122


Inline parameters : What does the compiler do with the parameters of inline function, that can be evaluated in runtime ?

2582


Describe linkages and types of linkages?

1046


How many types of scopes are there in c++?

1166


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

1794


Is set c++?

1045


Explain the differences between private, public and protected and give examples.

1067


What do you mean by stack unwinding in c++?

1287


Explain how to initialize a const data member.

1175


What are the c++ access specifiers?

1475


Explain storage qualifiers in c++.

1130


Differentiate between a constructor and a destructor in c++.

1052