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 over loading and over ridding?

Answers were Sorted based on User's Feedback



Difference between over loading and over ridding? ..

Answer / vasanth

Method Overloading is the method name looks similar but
return type and method arguement (inside parameter) differs.

Method Overiding is that the method name, arguements and
return type seems similar on both base and derived class.
(Sometimes we will add the additional code to the derived
class method also).

Is This Answer Correct ?    1 Yes 3 No

Difference between over loading and over ridding? ..

Answer / varsha vilas kalebag

over loading is nothing but

Is This Answer Correct ?    2 Yes 7 No

Post New Answer

More OOPS Interview Questions

What is protected in oop?

0 Answers  


What is public, protected, private?

6 Answers   IBS, Satyam,


What is encapsulation with example?

0 Answers  


What is interface? When and where is it used?

0 Answers  


what is the main difference between sizeof() operator in c and c++

3 Answers  


When not to use object oriented programming?

0 Answers  


//what is wrong with the programme?? #include<iostream.h> template <class first> class dd { first i; public: void set(); void print(); }; void dd< first>:: set() { cin>>i; } void dd< first>::print() { cout<<"\n"<<i; } void main() { dd <char>g; g.set(); g.print(); }

1 Answers  


What is the different between Applet and Application?

2 Answers  


create a class complex having real and imaginary part of a complex no. as a data member. overload the binary operators(+,- and *) to perform the operations on complex no. objects. overload binary operator using friend function.

2 Answers   CTS, Delhi University,


What is debug class?what is trace class? What differences are between them? With examples.

0 Answers  


What is oops with example?

0 Answers  


what is ns string? what is ns array?

1 Answers  


Categories