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 debugging tools come with the .NET ssSDK?
How to open a new form on button click in Windows forms?
What is strongly typed in c#?
Tell us something about static linking and dynamic linking?
Where is the main method in c#?
Which config file has all the supported channels/protocol?
How do you declare a method in c#?
What is an extension method in c#?
How to use reflection to call generic method?
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?
Explain what are the steps for creating clr trigger?
Explain how to use an extender provider in the project.
You have got 1 million parking slots. At a time a parking slot can be free or not. To get next slot easily which data structure to implement?
What are the methods in c#?
What do you understand by 'access specifiers' in C#?