Home » C# Programming » Interfaces

Which of the following statements is correct about the C#.NET code snippet given below? interface IPerson { String FirstName { get; set; } String LastName { get; set; } void Print(); void Stock(); int Fun(); }

← Previous Next →

Discussion & Comments

No comments yet. Be the first to comment!