Question: To conform to the following interface, which of its members need to be implemented?

  1. Both the FirstName and LastName properties need to be implemented.
  2. Neither, they are both optional.
  3. Only the LastName property needs to be implemented.
  4. 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.