Explain the mechanism of VB.NET/C# achieve polymorphism?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

What is the and operator in c#?

0 Answers  


Can you have more than one namespace in c#?

0 Answers  


What is the Difference between value and reference type?

12 Answers   Wipro,


how to compare numbers and dispaly the largest ? *first thing I wanted to do is to input how many numbers to be compared *and then analyzed the largest then display it.

0 Answers  


Using system; class main { public static void Main() { int a = 1; for (int i = 0; i < 10; i++) { int j = a * 5; Console.WriteLine(a + "*5=" + j); a++; } Console.ReadLine(); } }

1 Answers  


What is delegates in c#?

0 Answers  


Helo , Help Me , Help Me About : C# Windows Application - Network How To Manage IP Client's Accessiblity To The Internet Share concise Substitute , Minor ISA Server

0 Answers  


How big is a float?

0 Answers  


What are the valid parameter types we can pass in an Indexer ?

3 Answers   CMC,


How assembly versioning in .NET prevent DLL Hell problem?

0 Answers   DELL,


What is datatable and dataset in c#?

0 Answers  


Is array passed by reference in c#?

0 Answers  


Categories