1.

What are the reasons for using UNITS in programming?

Answer»
  • It is EASIER to handle large programs because by using Units it splits into a SMALLER section
  • By adding UNITS, ONE can use the same code in some other PROGRAM to do the same job.
  • If you put a code in a unit, it becomes EASY to call and use it again.


Discussion

No Comment Found