And if they have conflicting method names ?
Answer / kirti
It's up to you to implement the method inside your own class, so implementation is left entirely up to you. This might cause a problem on a higher-level scale if similarly named methods from different interfaces expect different data, but as far as compiler cares you're
okay.
| Is This Answer Correct ? | 0 Yes | 0 No |
What's different about namespace declaration when comparing that to package declaration in Java ?
What is the use .glimpse in mvc?
What are Model Binders in ASP.Net MVC?
what is use of entity container?
Tell me the best web-sites for Learning the ASP DOT NET.
What is the difference between ViewData, ViewBag and TempData?
Can I remove .net framework?
Explain the new features added in version 4 of mvc (mvc4)?
How do assemblies find each other?
Is dapper faster than entity framework?
I have a GridView on web form, and a column in a grid is a linkbutton to open popup..., my problem is when i click on link button in a gridview popup opens as well works fine. but when i click on link button once again my popup window doesnt open. Can any one help please...
What is Value type and reference type in .Net