what happens if you inherit multiple interfaces and they have conflicting method names?


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

Post New Answer

More C Sharp Interview Questions

If we write a goto or a return statement in try and catch block will the finally block execute?

6 Answers  


List the differences between method overriding and method overloading?

0 Answers  


What is autopostback in c#?

0 Answers  


What is meant by generics in c#?

0 Answers  


What is a string? What are the properties of a string class?

1 Answers  






If a base class has a bunch of overloaded constructors, and an inherited class has another bunch of overloaded constructors, can you enforce a call from an inherited constructor to an arbitrary base constructor?

2 Answers  


why we can't create an object for a static class?? what is the reason behind this?

4 Answers   HCL,


What is the role of the datareader class in ado.net connections?

0 Answers  


Explain publishers and subscribers in events.

0 Answers  


What is difference between array and list in c#?

0 Answers  


What exactly happens when we debug and build the program?

0 Answers  


What is the difference between gettype and typeof in c#?

0 Answers  


Categories