Showing posts with label interface. Show all posts
Showing posts with label interface. Show all posts

23.6.13

Talking about C# Interface: in few simple straightforward steps.

Introduction to Interface

 interface just define a general way to represent our requirement as a whole...which can classified in the form empty methods means method without body, simply an interface to something/ to some functionality that you are going to specialize in your further classes. Lets see some common example of Interface.

Search This Blog

Let make your friend aware about this post