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

3 answers

OO has a bit more detail and, for lack of a better word, 'friendliness' when keeping track of lots of variables and functions in a meaningful way. Being a more modern approach, OO will have better built-in features in the compilers of each language.

One disadvantage though is if you use a high-generation language like VB6 you can get very bloated code compilations, when the same program done in say, C, will compile into a smaller executable. This adds up when you include header files and other executables to your main program.

Having worked professionally in both environments, I can say that maintaining someone else's code in VB or any OO is far easier to read than doing the same in someone else's C code, especially in very large programs.

2006-11-21 18:32:48 · answer #1 · answered by jont 2 · 0 0

if you're programming a very big project, go for the object-oriented method.

if you're program is small, go for structured methodology.

2006-11-22 02:18:46 · answer #2 · answered by ritziyap 2 · 0 0

C++ Vs C

2006-11-22 02:24:23 · answer #3 · answered by Ravi Nanjunda Rao 3 · 0 0

fedest.com, questions and answers