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 abstract classes in c#?
What is multicast delegate in c# ?
Is typeof c#?
In .Net, what is an assembly? Also explain the type of assembly.
What sort algorithm does c# use?
What is use of abstract class in c#?
Is it possible to have a static indexer in c#? Allowed in c#.
What is difference between ienumerable and list in c#?
What is difference between array and arraylist c#?
Is comparator a functional interface?
what is the difference between interface and multiple interface?
What is namespace give the example?
What are the basics of c#?
What is access specifier in c#?
What are the different ways of method can be overloaded?