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
My switch statement works differently! Why?
What is expression c#?
Who introduced c#?
How to install or uninstall a windows service?
What is type class in c#?
What is data quality assurance?
Is string primitive?
How many types of inheritance are there in c#?
What is the use of inheritance in c#?
code for arranging given number in possible permutation ways ex:123,321,312,132,231,213.
What is a callback c#?
How to do and Apply Themes to Datagrid,Lable,Textbox,etc., in C#.NET 2005 Windows Application? (like who we will do themes in ASP.NET using .CSS and .SKIN files). Urgent!!
What is dynamic object in c#?
How many types of constructors are there in c#?
What is meant by collections in c#?