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 native image generator (ngen.exe)?
What is static and use of it?
Why do we use interface in c#?
What is the use of table aliases?
Explain the difference between .net and c#?
How do I trim a space in c#?
What is ado net in c#?
What is the keyword used to prevent a class from being inherited by another class?
What do you mean by a windows process in regards to memory allocation?
What is visual c# net?
Explain About Virtual functions and their use.
What is a static property. Give an example?
What is routing in c#?
What does string intern do?
What is use of a HashTable in .NET?