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


Please Help Members By Posting Answers For Below Questions

What is anonymous class in c#?

616


Can property be private in c#?

585


What is the boxing and unboxing in c#?

589


What is a statement c#?

582


What is data binding c#?

615






What is a virtual property. Give an example?

608


Explain what is the smallest unit of execution in .net?

572


What is an escape sequence in c#?

616


Differentiate between response.expires and response.expiresabsolute?

627


Is c# code is managed or unmanaged code?

571


What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?

600


What are the 2 kinds of data type conversions in c#?

589


What is the benefit of dependency injection c#?

560


Is the following code legal?

652


4. Describe the process when we send a request URL? And who is responsible for that?

1560