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...


1.What is the major advantage of polymorphism? Please don't
simply say binding. Specify any other reason.

Answers were Sorted based on User's Feedback



1.What is the major advantage of polymorphism? Please don't simply say binding. Specify any ot..

Answer / ashutosh

the main reason to use polymorphism is generalization, as
you can see in case of overloading. say if i have add
function which just add two intergers. and i have one more
similar kind of functionality then in that case i will do
the overloading as only my internal implemantation will
vary.

second thing is consistency in code.

and in case of overriding main advantage is you can invoke
child class function dynamically(means by creating the
object of base class as normally we do).

suppose one of my function expects my base class type
object and i want functionality of overrided function then
in that case i can simply write (parent obj = new child();)

Is This Answer Correct ?    8 Yes 1 No

1.What is the major advantage of polymorphism? Please don't simply say binding. Specify any ot..

Answer / judy prasheela

It means the Use of same thing for different purposes.Using
polymorphism we can create as many fuction we want with one
function name with different argument list.." many
functions,one name" otherwise "one name ,Multiple forms".

Is This Answer Correct ?    2 Yes 3 No

Post New Answer

More Dot Net General Interview Questions

What is Assembly manifest? what all details the assembly manifest will contain.

2 Answers   Ksb,


Which namespace is require to used XML in .NET?

0 Answers   Sans Pareil IT Services,


How to load a user control dynamically in runtime?

0 Answers  


Please explain what is the difference between encrypting a password and applying a hashing?

0 Answers  


What is assembly in .net?

0 Answers  


what is the default security setting in .net?

0 Answers  


what is AGILE SCRUM methodoly....?

1 Answers  


Explain what is the difference between odbc and ado?

0 Answers  


How does linq work?

0 Answers  


What is view state in .net?

0 Answers  


Is the COM architecture same as .Net architecture? What is the difference between them (if at all there is)?

0 Answers   Infosys,


What is the difference between an abstract class and an interface?

0 Answers  


Categories