Scenario
- We are implementing a file parser
- This parser needs to read a file and give back the content
- For now lets assume the content is always text
- The text is categorized into
- Markdown
- HTML
- Plain html
- Wiki
- Text

-
Abstraction helps in defining contracts Refer Here
-
Refer Here for the changes added
-
Terms:
- Abstraction
- MethodTemplate Pattern
