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

3 answers

The time it takes to write the program initially... afterwords if you need to change it..... there is no disadvantage... you want to do it to save you time

2007-07-13 03:38:44 · answer #1 · answered by LemonDiscus 3 · 0 0

Structured programming follows the required process to take input and produce output. If the data changes then the program has to be mostly re-written. OO processing is designed for the data so any changes to the data just mean that only small changes have to be made. Have fun.

2016-05-21 10:57:47 · answer #2 · answered by ? 3 · 0 0

Some people run overboard with it. They write very tiny modules to do anything. Then, in order to debug, you have to work your way up through six or seven modules to even see where the error came from.
I've only seen this once, but it was a real headache to debug and impossible to streamline. It was eventually scrapped.

2007-07-13 04:29:41 · answer #3 · answered by oohhbother 7 · 0 0

fedest.com, questions and answers