oop, sorry about that.
by QuinnBitz March 21, 2023
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.
by QuinnBitz March 21, 2023
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.
by QuinnBitz March 21, 2023