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 / pratimakiran

Overloading doesn't block Inheritence from the
superclass where as Overriding blocks is Inheritence.


Overloading method has different Parameters but same name
whereas Overriding is just the implementation of method
define Base Class.

Overloading Two or more functions having same name but
different methods i.e arguements or return types.

Overriding means use same name function name
with same parameters of the base class in the derived class.

Is This Answer Correct ?    6 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the effects after calling the delete this operator ?

1107


Explain rtti.

1136


What are separators in c++?

1132


If you push the numbers (in order) 1, 3, and 5 onto a stack, which pops out first a) 1 b) 5 c) 3

1430


How is objective c different from c++?

1305


What are the advantages of c++ over c?

1134


Can the operator == be overloaded for comparing two arrays consisting of characters by using string comparison?

1143


What is the difference between the parameter to a template and the parameter to a function?

1163


What is the use of function pointer?

1074


What is a local variable?

1132


Explain the extern storage classes in c++.

1104


Tell me an example where stacks are useful?

1097


What will happen if a pointer is deleted twice?

1248


program explaining feautures of c++

2492


I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?

2118