What is Polymorphism? How does VB.NET/C# achieve polymorphism?



What is Polymorphism? How does VB.NET/C# achieve polymorphism?..

Answer / Rajesh Kumar Gupta

Polymorphism is a programming concept that allows objects of different classes to be treated as if they are of a common parent class. In VB.NET/C#, this is achieved through interfaces, abstract classes, and method overriding.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net General Interview Questions

Using activex control in .net?

1 Answers  


Explain what is the reason of occurring overflow-underflow arithmetic exception error, it shows error message when we run our program by adding control?

1 Answers  


i m fresher,hav SQL knowledge but in my ofc. i hav to work on dotnet. so plz tell me how to learn it,? from where to stat? i hav C prog. knowledge, ASP.net

1 Answers  


What is namespaces in .net?

1 Answers  


Describe the programming model of a windows service

1 Answers  


How to store and retrieve images in SQL server database through VB.NET?

1 Answers  


What is Nothing permission set in .Net

1 Answers  


What is view state in .net?

1 Answers  


What?s typical about a Windows process in regards to memory allocation?

1 Answers  


What is smart navigation in .net?

1 Answers  


How anonymous method is different from a lambda expression?

1 Answers  


Explain code access security.

1 Answers  


Categories