How does vb.net achieve polymorphism?



How does vb.net achieve polymorphism?..

Answer / Nikhil Nailwal

In VB.NET, polymorphism is achieved through method overriding and late binding. Method overriding allows a derived class to provide its own implementation of a method that's already declared in the base class. Late binding enables calling methods or properties without specifying the exact type of the object at compile time.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More VB.NET Interview Questions

What are jagged arrays ?

1 Answers  


What is jagged array in vb.net?

1 Answers  


Define serialization in .net?

1 Answers  


ColumnMapping belongs to which namespaces?

1 Answers  


What is versioning in .NET?

3 Answers   HCL,


Explain the difference between thread and process?

1 Answers  


Which class allows an element to be accessed using unique key?

1 Answers  


Explain the difference between vb 6 and vb.net?

1 Answers  


What is the use of assembly?

0 Answers  


difference between control and component more than one differences

1 Answers  


What is portable executable?

1 Answers  


when do we need a multiple document interface?

2 Answers  


Categories