In this programming methodology, common functionalities are grouped together…
2017
In this programming methodology, common functionalities are grouped together into separate, independent units. The whole program is divided into several units that interact through procedure calls.
- A.
Object Oriented Programming
- B.
.NET Programming
- C.
Modular Programming
- D.
Random Programming
Attempted by 418 students.
Show answer & explanation
Correct answer: C
Correct Answer: Modular Programming Explanation: In modular programming, a program is divided into independent modules, each performing a specific functionality, and these modules interact through procedure calls.
A video solution is available for this question — log in and enroll to watch it.