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
What is the difference between “out” and “ref” parameters in c#?
What is executenonquery c#?
What are examples of desktop applications?
Define clr in .net?
Explain hash table in c# ?
Does c# support multilevel inheritance?
What is using keyword in C#?
What is attribute and reflection in c#?
What are the different types of constructors in c#?
What is the difference between double and decimal in c#?
What is dataadapter c#?
Why do we use virtual methods in c#?
What is reflection c#?
What are the steps to create an assembly and add it to the gac?
Can we inherit partial class in c#?