What exception can an overridden method throw in comparison with the method it is overriding?


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

Post New Answer

More C Sharp Interview Questions

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 data set in c#?

0 Answers  


Can an Assembly have multiple versions

13 Answers   TCS,


What are the collection classes ?

2 Answers   Digital GlobalSoft,


Define clr in .net?

0 Answers  


What?s the difference between the Debug class and Trace class?

2 Answers   Siebel,


How to use nullable types in .net?

0 Answers  


can it possible to acees the virthual method using the override method object? plz give me the example

2 Answers  


explain DIFFERENCE BETWEEN CLASS AND MODULE?

3 Answers  


Why do we use partial class in c#?

0 Answers  


What is delay signing..??

1 Answers   HCL,


What is string [] args in c#?

0 Answers  


Categories