English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

What is structure programming explain the advantages of structure programming by
explaining it's construction?

2007-01-02 21:14:58 · 1 answers · asked by Anonymous in Computers & Internet Programming & Design

1 answers

I'm assuming you're talking about Structured programming vs Object oriented programming/design.

1st, structured or procedural programming is a legacy means of coding.
structured programming was developed to do away with GOTO type statements that create confusion.
more control structures where added to help the programming to find "structured" ways around using GOTOs.
Today, if you use a GOTO it had better be in a legacy language and it had better be for error control within a routine.

Today, we use object oriented design (OOD) and object oriented programming (OOP). these are much better and more efficient methods of programming resulting in increased reuse of code.
tc

2007-01-03 01:05:43 · answer #1 · answered by timc_fla 5 · 0 0

fedest.com, questions and answers