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 is the difference between System.console.WriteLine() and System.console.Write() function?example?
Which is faster dictionary or hashtable?
What are the main reasons to use c# language?
What is the task perform by clr?
What is a type c#?
What is anonymous methods in c#?
What is the difference between hashtable and dictionary in c#?
What framework is used for performance testing/load testing?
What is continue in c#?
Can we have static indexer in c#?
What does dbml stand for?
What is args c#?
What is the difference between array and arraylist c#?
what is .NET framework architecture ??
What are the access modifiers in c#?