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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started