adspace
Answer Posted / Pradeep Kumar Verma
"Polymorphism can be achieved in vb.net through inheritance and method overriding.
1. Inheritance: A derived class inherits properties and methods from a base class.
2. Method Overriding: If a derived class has a method with the same signature as a method in the base class, it can be overridden to provide a specific implementation.
3. Runtime Polymorphism: This occurs when an object's actual type is determined at runtime, allowing methods to behave differently based on the object's type."n
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between system.string and system.stringbuilder classes?
What is option strict?
What is the use of assembly?
How to send xml file on server using http protocol?
How can I extract the formated word(bold,italic,underline,font,color etc) from the msword file.?
Explain how can we remove handlers at run time?
What are the features of c# which are not present in vb.net?
What is early binding?
How to retrieve images in sql server database through vb.net?
How to store images in sql server database through vb.net?
Explain an assembly?
Explain the difference between datatable and dataset?