Discussion :: Interfaces
-
Which of the following is the correct way to implement the interface given below?
interface IPerson { String FirstName { get; set; } }
A.
|
B.
|
C.
|
D.
None of the above |
Answer : Option A
Explanation :
No answer description available for this question.
Be The First To Comment