How to call a function when a class implements 2 interfaces and function is present in both interfaces?
Answer Posted / maruthi
interface name . function name
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is default access specifier for class in c#?
Is null empty or whitespace c#?
Does constructor return any value in c#?
What are the advantages of using assemble language programming?
Why we use dll in c#?
What is polymorphism and its types in c#?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used
What is uint c#?
Explain the use of Mutex in C#?
What is the use of system.environment class in c#.net?
What's your approach to fetch static data in your windows form application?
What is multicast delegate in c# ?
Can a constructor be static in c#?
What is the use of console?
Explain the differences between static, void and public in c#?