Question: 43
(Choose 1 answer)
FJOVERFLOW.COM
What is the primary difference between procedural programming and object-oriented programming (OOP)?
A. Procedural programming uses classes, while OOP does not
B. OOP focuses on objects combining data and functions, whereas procedural programming focuses on a
sequence of actions
C. Procedural programming is more modular than OOP
D. OOP cannot reuse code, unlike procedural programming