ASP.Net Interview Questions and Answers – Part2
11. What is an Interface? An interface is a standard or contract that contains only the signatures of methods or events. The implementation is done in the class that inherits from this interface. Interfaces are primarily used to set a common standard or contract. 12. What is business logic? It is the functionality which handles