Saved Bookmarks
| 1. |
What do you understand about procedural programming? How is it different from object oriented programming? |
||||||||||||||||
|
Answer» Procedural programming is a programming model that evolved from structured programming and is BASED on the concept of invoking procedures. Procedures, often known as routines, subroutines, or functions, are essentially a set of instructions to be executed. Any procedure in a PROGRAM can be invoked at any time during execution, either by other procedures or by the program itself. The following table illustrates the differences between procedural programming and object-oriented programming:
|
|||||||||||||||||