If u declare two interfaces withsame methodnmae .prototype
how can u call the particular method from class?
Answer Posted / umesh
Using Interface.Methodname
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
Explain the difference between .net and c#?
What is the default boolean value in c#?
What is the difference between disposing of () and finalize() methods in c#?
What is method in c#?
What is desktop GUI application?
What is pure abstract class in c#?
What is the difference between const and static read-only?
What is property c#?
What is Global Assembly Cache (GAC) and what is the purpose of it? (How to make an assembly to public? Steps) How more than one version of an assembly can keep in same place?
When do you generally use a class over a struct?
What is difference between for and foreach in c#?
What Is The Smallest Unit Of Execution In .net?
Is an interface a type c#?
What is generic in c#?
Explain About delegates