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

What is "Polymorphism" and what are Polymorphism in VB.Net?

Answer Posted / kalpana

Polymorphism is one of the crucial features of OOP. It
means "one name, multiple forms". It is also called as
Overloading which means the use of same thing for different
purposes. Using Polymorphism we can create as many
functions we want with one function name but with different
argument list. The function performs different operations
based on the argument list in the function call. The exact
function to be invoked will be determined by checking the
type and number of arguments in the function.

Is This Answer Correct ?    15 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is late binding?

1008


Explain namespace?

1202


What would you do to remove microsoft visual basic name space?

1000


Explain the advantages of migrating to vb.net?

1086


Explain how to store decimal data in .net?

1218


Can we use Vb.Net and C# language simultaneously in one .Net application?

1051


Name some of the keywords used in vb.net?

1069


How to run a dos command in vb.net?

1084


How many classes a dll can contain?

1028


Explain the observations between vb.net and vc#.net?

969


Which class allows an element to be accessed using unique key?

1003


Explain about branching logic control in vb.net?

998


Which properties are used to bind a DataGridView control?

1186


How does vb.net achieve polymorphism?

982


Explain the use of new keyword?

980