Final answer:
In object oriented design, the first step is to identify objects, while in structured procedural programming, a problem is divided into subproblems.
Step-by-step explanation:
In object oriented design, the first step in the problem solving process is to identify the components called objects; while in structured procedural programming, a problem is decided into smaller subproblems and functions are implemented in each process.