InterviewSolution
Saved Bookmarks
| 1. |
Briefly Define Top-down And Bottom-up Design Model. |
|
Answer» Top-down MODEL STARTS with generalized view of system and DECOMPOSES it to more specific ONES, whereas bottom-up model starts with most specific and basic components first and keeps composing the components to get higher level of abstraction. Top-down model starts with generalized view of system and decomposes it to more specific ones, whereas bottom-up model starts with most specific and basic components first and keeps composing the components to get higher level of abstraction. |
|