If u declare two interfaces withsame methodnmae .prototype
how can u call the particular method from class?
Answer Posted / diana cheriyan
Suppose IntSample1 and IntSample2 are interface,then We call
method of IntSample1 by IntSample1.Methodname
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
What are tuples c#?
How to implement an object pool in c#.net.
what is the difference between the debug class and trace class?
How much time will it take to learn unity?
What are immutable types in c#?
When can a derived class override a base class member?
What do you mean by directing?
What is the difference between field and property in c#?
What is part of a method signature in c#?
What does type safe mean in c#?
If multiple interfaces are inherited and they have conflicting method names; What will happen ?
What is the difference between a private assembly and a shared assembly?
How can I access the registry from c# code?
What is executenonquery c#?
Which is the base class in c#?