Modularization is a concept of dividing a large code block in to small and manageable units. These units are known as modularization units. The lines of codes are grouped and executed when called. The code lines are like micro program that can be called from any other program.
No comments:
Post a Comment