Identify a task you perform regularly, such as cooking, mowing the lawn, or driving a car.
Write a short, structured design-using 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?