COMPUTER FUNDAMENTALS

COMPUTER SOFTWARE

PROGRAMMING LANGUAGES

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
This programming paradigm uses bottom-up approach
A
Procedural
B
Object-oriented paradigm
C
Logic
D
None of the above
Explanation: 

Detailed explanation-1: -OOP naturally tends toward Bottom-Up as you develop your objects, while procedural programming tends toward Top-Down as you start out with one function and slowly add to it.

Detailed explanation-2: -Object oriented programming follows the bottom-up approach. Bottom-up approach begins with low level design or development and ends with high level design. In bottom up approach, code is developed for modules and then these modules are integrated with main() function.

Detailed explanation-3: -Bottom-up programming is the opposite of top-down programming. It refers to a style of programming where an application is constructed starting with existing primitives of the programming language, and constructing gradually more and more complicated features, until the all of the application has been written.

Detailed explanation-4: -Agile is a bottom-up approach to project management and software development.

There is 1 question to complete.