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
Explain about globalization?
Explain the difference between an xml "fragment" and an xml "document."
What are the advantages of VB.NET?
What is the difference between import system.data.sqlclient and system.data.oledb?
What are the assembly entry points?
What is enumerator?
Explain about Visual basic.NET culture?
Describe about visual basic.net?
Explain the use of option explicit?
List the types of authentication?
Explain the difference between system.string and system.stringbuilder classes?
Is vb net a scripting language?
i am attending to US consulate i kept my projects on vb.net ,please help me what questions will be ask on vb.net in us consulate
how to deploy vb.net with key and evaluation time? any one can help me?
How would you implement inheritance using vb.net?