Question: To conform to the following interface, which of its members need to be implemented?
- Both the FirstName and LastName properties need to be implemented.
- Neither, they are both optional.
- Only the LastName property needs to be implemented.
- Only the FirstName property needs to be implemented.
Answer: The correct answer of the above question is Option A:Both the FirstName and LastName properties need to be implemented.