Question from the Object Oriented Programming test

Implement the interface IEmailFormatter for the classes Person, Company, and ListOfPerson, which has a method GetEmailContent()

Medium

You need to develop a program that allows you to send emails to different types of contacts. These emails will be formatted differently depending on the type of contact.

Contact types could be individuals, companies, mailing lists. This led you to develop Person, Company, and ListOfPerson classes that have no inheritance relationship between them.
What would be the best strategy to offer a method of sending personalized email to these contacts regardless of their form?

Author: Eric HostaleryStatus: PublishedQuestion passed 1258 times
Edit
0
Community EvaluationsNo one has reviewed this question yet, be the first!