Identify a task you perform regularly, such as 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 objectoriented
design.
?Describe the architectural differences between the object-oriented and structured
designs. Which of the designs makes more sense to you? Why?