If u declare two interfaces withsame methodnmae .prototype
how can u call the particular method from class?
Answer Posted / srinivas.r
we need to implement methods of interfaces explictly i.e
interfaceName.methodName
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which are the access modifiers available in c#?
Can you inherit from a static class in c#?
Can int be null c#?
How can you prevent escaping on backslashes in C# with string definitions?
Define strong name in c#?
What is an escape sequence in c#?
What is helper method in c#?
When should I use static in C#?
How is a loop recorder monitored?
What does using system mean in c#?
What is data adapter in c#?
What is difference between dictionary and hashtable?
What is the difference between struct and class in c#?
What is #region in c#?
What does clr stand for?