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 is iobjectset? : Entity framework
How to use Jquery Plugins in ASP.Net MVC validation?
What is entity sql? : Entity framework
What is the difference between .net core and .net framework?
will this code works fine? or will it gives error? Object obj=5; int i=6; i=i+obj;
How to Redirect Tracing to a File
Why to use “{resource}.axd/{*pathinfo}” in routing in mvc?
Explain .net Framework?
What is difference between Viewbag and Viewdata in ASP.NET MVC?
What is object service? : Entity framework
explain what is ado.net entity framework?
How to Insert a TextBox value in to Sql database using C#.Net coding