Question: Writing code to verify that a date is valid ( exists within the calendar ) as a module rather than part of a main program
Writing code to verify that a date is valid exists within the calendar as a module rather than part of a main program is advantageous because
a placing code within a module increases its reliability
b the many programs that require date validation can then call this same module rather than implement it independently
c the module statements can then be copied automatically into each main program that requires date validation by calling the module
d code in modules achieves a greater level of abstraction compared to code in a main program
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
