Michell Johnson

Michell Johnson

  • NA
  • 94
  • 110.8k

Interface in C#

Dec 16 2011 11:12 PM
Hi friends ,

I want to know that i have an interface named as person what is the correct way to implement it?
interface person {      String Name     {         get;         set;      }  }


Answers (19)