Document Generators:?
- A document generation system might have different types of document
formats, such as PDF, Word, or HTML. A Factory Method can be used to
create the appropriate document generator based on user input, allowing for
flexible document creation without hardcoding the specific document format
classes.