Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
19
Answers
Interface in C#
Michell Johnson
12y
2.1k
1
Reply
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
; } }
Post
Reset
Cancel
Answers (
19
)
Next Recommended Forum
Error in my application
C# provides a default constructor