Question: Scenario: Creating a Document Conversion Framework Suppose you are developing a document conversion system that can convert documents from various formats ( e . g
Scenario: Creating a Document Conversion Framework
Suppose you are developing a document conversion system that can convert documents from various formats eg Word, PDF Text to a standardized output format eg HTML The conversion process involves common step: read document from disk, convert it then write it to disk., but the specific actions processing depends on the document format.
Using Template Method design pattern Points:
a Draw a class diagram for your proposed design for the above scenario based on the
mentioned pattern Points
b Implement the proposed design using Java programming language, including
test client Points
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
