What is one way object-oriented programming differs from procedural programming?

A) In object-oriented programming, the programmer breaks down the functions needed for a program step-by-step.
B) In object-oriented programming, the programmer divides well-defined tasks into functions and modules.
C) In object-oriented programming, the programmer thinks in terms of an instance of a class that has its own attributes and behaviors.
D) In object-oriented programming, the programmer uses languages like Fortran and COBOL to write programs.

Respuesta :

The way object-oriented programming differs from procedural programming is that In object-oriented programming, the programmer thinks in terms of an instance of a class that has its own attributes and behaviors.

How does object oriented programming differs from procedural programming?

Object-oriented Programming is known to be one that uses classes and objects, while Procedural Programming is one that takes on applications by handling problems using a top-down approach where it solves problem from the top of the code and to the down to the bottom.

Procedural Programming is known as a programming design approach that tends to divides well defined tasks into modules, functions, etc.

Learn more about Procedural Programming from

https://brainly.com/question/22654163