If u declare two interfaces withsame methodnmae .prototype
how can u call the particular method from class?
Answer Posted / srinivas.r
we need to implement methods of interfaces explictly i.e
interfaceName.methodName
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is anonymous class in c#?
Can property be private in c#?
What is the boxing and unboxing in c#?
What is a statement c#?
What is data binding c#?
What is a virtual property. Give an example?
Explain what is the smallest unit of execution in .net?
What is an escape sequence in c#?
Differentiate between response.expires and response.expiresabsolute?
Is c# code is managed or unmanaged code?
What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?
What are the 2 kinds of data type conversions in c#?
What is the benefit of dependency injection c#?
Is the following code legal?
4. Describe the process when we send a request URL? And who is responsible for that?