188k views
4 votes
When designing a program, the developer selects a design approach like

a. IDE or compiler
b. Python or C++
c. top down or object oriented
d. if or for

User Siran
by
7.6k points

1 Answer

5 votes

Final answer:

When designing a program, the developer selects a design approach like top down or object-oriented.

Step-by-step explanation:

When designing a program, the developer selects a design approach. One possible selection is whether to use a top-down or object-oriented design approach.

Top-down design involves breaking down a problem into smaller sequential steps, while object-oriented design focuses on creating objects that interact with each other to solve the problem.

User Vicens Fayos
by
8.0k points