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 / ravi kolate(ty)

overloadind is the method in which have same function name
and return type but it has different number of passing
argument.
float a(float a,int a)
{
float a(float num)
{
//code
}
}
while in overriding method their are same function name
same return type and same parameter passing passing to
parent class to child class.
in java their is tedius problems in method overriding ,to
solve problem java introduce a interface.

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a class template?

1025


What are static member functions?

1045


Explain what you mean by a pointer.

1053


What is flag in computer?

983


State the difference between delete and delete[].

1032


Write a program to show polymorphism in C++?

1078


What is function overloading c++?

1021


What is lazy initialization in c++?

1050


Who was the creator of c++?

994


What is a type library?

1062


How the programmer of a class should decide whether to declare member function or a friend function?

1064


What is the difference between method overloading and method overriding in c++?

1080


Explain register storage specifier.

980


Is sorted c++?

1050


Do you know about latest advancements in C++ ?

1158