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

Many times I get confused to distinguish top down and bottom up approach. Suppose I am considering C and C++ what are the points where I can focus on Bottom apporach of C and top down approach of C++.

2007-01-23 04:04:35 · 3 answers · asked by arti g 1 in Computers & Internet Programming & Design

3 answers

in top down approach u first define the entire prblm, define the modules, then classes, objects and finaly the logical operaitons and codes r done. ie from the application level to the primitive level.

in botom up u first define a define a section or part and develop as such, and finaly combine to the whole program, as far as i kno..

2007-01-23 18:26:38 · answer #1 · answered by prasadc 2 · 0 0

Bottom up approach is used when the main module which is in the last is executed first. whereas top down approach is used when the program is executed from the first line to the last..

2007-01-23 04:49:28 · answer #2 · answered by sm030 2 · 0 0

There is no truth in science. It is a way of explaining what God has created with man made equations and physical laws which God put in place. God is the ultimate source of truth. You decide truth in the inner man. Your conscience either telling you you have chosen the truth or making excuses and rationalizing everything including all sins committed.

2016-05-24 01:00:49 · answer #3 · answered by Elizabeth 4 · 0 0

fedest.com, questions and answers