Question: [Java] [Template Patterns] Consider the following classes for making breakfast: Omelette.java, ScrambledEggs.java, SunnySide.java, and EatBreakfast.java. This is terrible! There is lots of code duplication, and
[Java] [Template Patterns]
Consider the following classes for making breakfast: Omelette.java, ScrambledEggs.java, SunnySide.java, and EatBreakfast.java. This is terrible! There is lots of code duplication, and no abstraction going on anywhere!
incomplete code: drive.google.com/drive/folders/1cml_k6hyuBPeSsk1FrtHrWpAqSOn69rT?usp=sharing
1. Now that you know a bit about the template method pattern, refactor this code and apply the template method pattern. At first, you do not need to be concerned with hooks.
2. About the only constant thing with requirements is they are prone to change. We now want to allow each breakfast (scrambled, omelette, sunny side) to decide if they want to spread salt and pepper over the eggs before serving them. Add a hook to your design that allows a specific breakfast implementation to determine if they want salt and pepper or not.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
