If u declare two interfaces withsame methodnmae .prototype
how can u call the particular method from class?
Answer Posted / umesh
Using Interface.Methodname
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Can a loop recorder detect a heart attack?
Why abstract class is not instantiated in c#?
What is the difference between parse and tryparse in c#?
Explain how to implement delegates in c#.net
Can abstract class have constructor in c#?
what are some characteristics of an array?
What is anonymous method in c#?
What is collection class c#?
What are concrete classes?
What does int32 mean in c#?
What is func c#?
Where is c# compiler located?
Define property in c#.net?
What is Reflection in .NET? Namespace? How will you load an assembly which is not referenced by current assembly?
What are object pooling and connection pooling and difference between them?