Computer Science, asked by Anushkka4707, 11 months ago

The principle of breaking up a program into smaller manageable program modules is called

Answers

Answered by PiyushSinghRajput1
6

the principle of breaking up a program into smaller, manageable program modules ... Action modules that process data ... A constructor without any parameters is called a /an

Answered by kavyapsynergy
1

The principle of breaking up a program into smaller manageable program modules is called modular programming

Modular programming

  • Modular programming is a software development strategy that focuses on breaking down program functionality into separate, interchangeable methods/modules.
  • Independent functions are built as separate units so that they can be reused by other applications. Similar functions are combined in the same unit of the program.
  • Multiple programmers can divide up the work and debug different parts of the software independently using modular programming.

Similar questions