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 / kailash joshi

overloading : class a { volume(int a,int b)
}
class b { public volume(int a,int b,int c)
}
"different signatures"

overriding : class a { public volume(int a,int b)
}
class b { public volume(int a,int b,int c)
}
"same signatures";

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is using namespace std in cpp?

1085


Explain data encapsulation?

1073


Describe linkages and types of linkages?

952


How can you link a c program with a c function?

1021


What is binary search in c++?

986


Does dev c++ support c++ 11?

977


Show the declaration for a static member variable.

963


How do you remove an element from a set in c++?

1040


What is a constructor in c++ with example?

1087


Explain shallow copy?

1006


What c++ is used for?

1021


What is the full form of india?

1052


How does class accomplish data hiding in c++?

1129


What is the best way to declare and define global variables?

1244


Should you pass exceptions by value or by reference?

1095