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

How do I download c++?

966


What are the four main data types?

1038


Can comments be longer than one line?

1023


How compile and run c++ program in turbo c++?

1115


What does new do in c++?

1027


Which operations are permitted on pointers?

948


Why was c++ made?

1042


What is a storage class used in c++?

1027


How does code-bloating occur in c++?

1139


What is the difference between #import and #include in c++?

1060


What are inline functions? What is the syntax for defining an inline function?

1086


Differentiate between an inspector and a mutator ?

1158


How come you find out if a linked-list is a cycle or not?

989


How many standards of c++ are there?

1055


Describe the setting up of my member functions to avoid overriding by the derived class?

1073