Computer Science for IGCSE & O level - Programming (Section 2 - No. 26)
What does the term 'modularity' mean in programming?
The program's size.
Using only built-in functions in a program.
Dividing a program into independent, reusable components (modules).
The programming language's syntax.
Explanation
Modularity means organizing your code into different components to be more organized.
Comments (0)
