Transcription: This approach has one disadvantage. If you call the function five times in your program, there will be five copies of the function. Obviously this takes some extra memory and disk space for your program. But it saves your program from doing any extra work when the function is called.