What programming paradigm focuses on procedures rather than objects? 🔊
The programming paradigm that focuses on procedures rather than objects is known as procedural programming. This approach organizes code into reusable procedures or routines, emphasizing a sequence of computational steps to be carried out. It contrasts with object-oriented programming, which focuses on objects and their interactions. Procedural programming is often used in applications where tasks can be broken down into distinct steps.
Equestions.com Team – Verified by subject-matter experts