What is the primary technical advantage of using User-Defined Functions in a…
2026
What is the primary technical advantage of using User-Defined Functions in a large-scale software project?
- A.
They make the program run significantly faster than built-in functions.
- B.
They allow for "Code Reusability", reducing redundancy and making the program easier to debug.
- C.
They prevent the computer from using too much RAM.
- D.
They automatically convert the code into a website.
Attempted by 314 students.
Show answer & explanation
Correct answer: B
User-Defined Functions enable modular programming by encapsulating logic into reusable blocks. This reduces code redundancy and improves maintainability in large-scale projects.