I am trying to understand what would I say to how it works anyone can help me please.

How does reusing code help in the structure of your program?

assuming that the code being reused is well structured, it will contribute to the structure of the whole program.

Plus, if the used code has been tested, it will shorten the development time, since known good code is being used.