18.1k views
3 votes
While ________ is centered on creating procedures, ________ is centered on creating objects. Procedural programming, class programming procedural programming, object-oriented programming object-oriented programming, procedural programming routine programming, method programming?

1 Answer

2 votes

Answer

Procedural programming, Object-oriented programming

Step-by-step explanation

Procedural programming is a type of computer programming language that specifies a series of well structured steps and procedures within its development period of time. It contains a systematic order of statements, functions and commands to complete a computational task or program. It is centered on creating procedures. While object oriented programming is a programming language that is centered on creating objects rather that actions and data rather than logic.. It has four principles which are inheritance, polymorphism, abstraction and Encapsulation


User Keeg
by
6.4k points