Definitions by QuinnBitz
procedural programming
Procedural programming is a computer programming model built around the idea programs are sequences of instructions to be executed. They focus heavily on splitting up programs into named sets of instructions called procedures, analogous to functions.
This is different from object-oriented programming.
This is different from object-oriented programming.
procedural programming by QuinnBitz March 21, 2023
object-oriented programming
Object-oriented programming (OOP)is a computer programming model. Unlike procedural programming, object-oriented programming uses objects to organize code. This is done with objects, classes, methods and attributes.
This approach to programming is well-suited for programs that are large, complex and actively updated or maintained.
This approach to programming is well-suited for programs that are large, complex and actively updated or maintained.
object-oriented programming by QuinnBitz March 21, 2023
oop
oop, sorry about that.