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
How many ways the function can return values?
What is the Advantage of vb.net over vb
How do you define a read only property in a class module?
Can you please explain the difference between authentication and authorization?
Can you please explain the difference between value and reference types?
What is a stream in vb.net?
Explain strong name in .net assembly?
What is an assembly and its use?
What is different between web.config and machine.config and where it will be ?
Explain trace in vb.net?
Explain redim keyword?
What is the difference between readonly variable and constant variable?
How do you retrieve the customized properties of a .net application from xml .config file?
What is DLL HELL in VB.NET
What is an application domain? how they get created?