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 does assert() method do In VB.NET
What is a literal control?
Explain the advantages of vb.net?
What is stack used for in vb. Net?
How vb implements the disconnected architecture as like vb.net?
Explain about jagged arrarys ?
Compare c# and visual basic.net?
Explain internal keyword in .net framework?
What is pre-jit?
Name some of the features present in vb 2005?
Explain about globalization?
Name some of the features of C# which are not present in VB.NET?
What are the advantages of vb.net and c#?
What is the advantages of VB.NET?
Explain public assembly?