Home » C# Programming » Interfaces

Which of the following is the correct way to implement the interface given below? interface IPerson { String FirstName { get; set; } }

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!