difference of structured oriented programming and objext oriented programming
Answers
Answer:
The main difference between structured and object oriented programming is that structured programming allows developing a program using a set of modules or functions, while object oriented programming allows constructing a program using a set of objects and their interactions.
A computer program is a set of instructions that instruct the CPU to perform a defined task. We can write computer programs using various programming languages. Furthermore, a programming paradigm is a way of categorizing a programming language depending on its features. Two such paradigms are structured and object oriented programming.
The main difference between structured and object oriented programming is thatstructured programming allows developing a program using a set of modules or functions, while object oriented programming allows constructing a program using a set of objects and their interactions.
Structured programming is a logical programming method that is considered a precursor to object-oriented programming (OOP). Structured programming facilitates program understanding and modification and has a top-down design approach, where a system is divided into compositional subsystems.
hope it helps you
mark as brainest and follow