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 are the 2 kinds of data type conversions in c#?
how to prevent a class from being inherited in c#.net?
For read-only operation which property you have to designated?
What is the .NET collection class that allows an element to be accessed using a unique key?
What is the difference between structure and class in c#?
What is an assembly in .net?
What is Private Constructor? and it’s use? Can you create instance of a class which has Private Constructor?
What is parameterized constructor?
how encapsulation is implemented in c#
What is the difference between double and decimal in c#?
Can you have an array of arrays?
How many bytes is an int?
If a.equals(b) is true then a.gethashcode & b.gethashcode must always return same hash code.
What is regex c#?
What is as keyword in c#?