163k views
3 votes
In object oriented design, the first step in the problem solving process is to identify the components called ______; while in structured procedural programming, a problem is decided into smaller ______ and functions are implemented in each process

User Armstrhb
by
8.2k points

1 Answer

7 votes

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.

User Bizmate
by
7.9k points