

InterviewSolution
Saved Bookmarks
1. |
A programming technique in which the focus is on doing things.(a) object oriented(b) procedural(c) logical(d) structuralThis question was addressed to me in class test.This question is from Concepts of OOP topic in section Information Technology of Computer Fundamentals |
Answer» RIGHT answer is (b) PROCEDURAL Best EXPLANATION: In procedural programming, the focus is on doing things(functions). It follows top-down APPROACH. |
|