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
Can you please explain the difference between c# and vb.net?
Explain jit?
Why do we use byref keyword in vb.net?
How to execute VB.NET PROJECTS,VB6.0 PROJECTS AND write their test cases.Need Reply Urgently
What is an application domain? how they get created?
What is strong typing and weak typing?
Explain global assembly cache (gac)?
Explain the difference between thread and process?
Compare c# and visual basic.net?
Name a feature which is common to all .net languages?
Can you please explain the difference between namespace and assembly?
What are the difference between structure and class?
what is interface and when it is used?
Explain i.tostring method?
What are the advantages of migrating to vb.net?