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
What are the two main parts of .net?
Explain the observations between vb.net and vc#.net?
Define cls?
How a base class method is hidden?
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.
Explain the difference between datatable and dataset?
What is global assembly cache (gac)?
What are the parts of the visual basic control?
Why do we use byref keyword in vb.net?
What is the significance of delegates?
What is the use of internal keyword?
What is the diff between vb mdi form and .net mdi form?
What is the significance of delegates. Where should they be used? What are the situations where we require them?
Explain the use of option explicit?
Explain the difference between namespace and assembly?