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
How do I simulate optional parameters to com calls?
What is a multicast delegate in c#?
What is int parse in c#?
Can a child class call the constructor of a base class?
How do you clear a list in c#?
What is stringbuilder c#?
What is dictionary collection in c#?
Whats an assembly? Describe the importance of assembly?
Tell us something about static linking and dynamic linking?
Is java better than c#?
What's your approach to fetch static data in your windows form application?
What is the diff between the System.Array.CopyTo() and System.Array.Clone()?
How can you reference current thread of the method ?
What is an icollection in c#?
What is private class in c#?