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 are the two main parts of .net?

642


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

600


Define cls?

676


How a base class method is hidden?

699


write a program to develop a graphic user interface application of marks book with students names and their names.the program should show the following options main menu,add student details,display student details,maximum mark and minimum mark.

1256






Explain the difference between datatable and dataset?

654


What is global assembly cache (gac)?

638


What are the parts of the visual basic control?

612


Why do we use byref keyword in vb.net?

695


What is the significance of delegates?

601


What is the use of internal keyword?

655


What is the diff between vb mdi form and .net mdi form?

621


What is the significance of delegates. Where should they be used? What are the situations where we require them?

615


Explain the use of option explicit?

664


Explain the difference between namespace and assembly?

586