| 6. |
A development team is building a document editor that must produce different representations of the same document: one for print, one for the web, and one for mobile. Each representation requires the same construction steps but produces a different final result. Which creational pattern best fits this requirement?
Please select the correct answer:
|