Posts

Showing posts from May, 2017

Interface Example In C#

Image
In our previous article, we discussed Abstract Class which is used as an architectural pillar while building an application. Same ways interface is also used to define an architecture for the application. In this article we will learn about Interfaces, What are these? How we use them?