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 are move semantics?

1222


What size is allocated to the union variable?

1126


Which of the following is not a valid declaration for main() a) int main() b) int main(int argc, char *argv[]) c) They both work

1130


Write a program using merge () function to combine the elements of array x[ ] and y[ ] into array z[ ].

1108


Does c++ support exception handling?

1109


Explain what is polymorphism in c++?

1175


Why use of template is better than a base class?

1248


What are keywords in c++?

1154


What do you mean by enumerated data type?

1098


Can notepad ++ run c++?

1147


What is an overflow error?

1151


Array base access faster or pointer base access is faster?

2353


Explain about vectors in c ++?

1080


Difference between pointer to constant and constant pointer to a constant. Give example.

1171


Is c++ a low level language?

1016