Procedrbased
Procedrbased is a term that may be encountered in discussions of software development, but it is not widely standardized in literature. It is generally taken to refer to a procedural-based approach or to procedural programming, where emphasis is placed on procedures or subroutines rather than on objects.
Procedural programming is a programming paradigm in which the program is built from a collection of procedures,
Key characteristics of procedural-based programming include modular routines, top-down design, explicit control flow, and data structures
Procedural-based programming contrasts with object-oriented programming, which organizes code around objects and their interactions, and with
History and usage: procedural programming was dominant in languages such as C, Pascal, and early BASIC. It
See also: procedural programming, imperative programming, structured programming.