Identify a task you perform regularly, such as cooking, mowing the lawn, or driving a car.
• Write a short, structured design (pseudocode only) that accomplishes this task.
• Think about this task in an object-oriented way, and identify the objects involved in the
task.
• Identify how you can encapsulate the data and processes you identified into an object oriented
design.
• Describe the architectural differences between the object-oriented and structured
designs. Which of the designs makes more sense to you? Why?
I did download a similar problem, but it did not include the last two bullets which I find the hardest.