ASP Programming Question:

Download Job Interview Questions and Answers PDF

And if they have conflicting method names?

ASP Programming Interview Question
ASP Programming Interview Question

Answer:

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.

Download ASP Programming Interview Questions And Answers PDF

Previous QuestionNext Question
Why cant you specify the accessibility modifier for methods inside the interface?Whats the difference between an interface and abstract class?