Computer Applications
Object oriented programming mainly uses
- top down approach
- top down and bottom up approach
- bottom up approach
- None of the above
OOP Intro Java
11 Likes
Answer
bottom up approach
Reason — Object Oriented Programming follows bottom-up approach because in OOP we first identify the smallest parts of the program i.e. the objects. We then combine these objects to develop the complete program.
Answered By
5 Likes
Related Questions
Which of the following statements involves a fall through?
- if-else
- for loop
- if-else-if
- switch
Which of the following statement is true for logical errors?
- The compiler does not detect these errors.
- There is no indication of error when the program is executed.
- The program may produce correct results for some input data and wrong results for other input data.
- All of the above
In which technique are the values of actual parameters copied to the formal parameters?
- Call by reference
- Call by value
- Call by argument
- Call by method
Which package would you import for the Scanner class?
- java.util.*;
- java.awt.*;
- java.io.*;
- java.lang.*;