In the context of computer programming, autoload is the capability of loading and
linking portions of a program from
mass storage automatically when needed, so that the programmer is not required to define or include those portions of the program explicitly. Many high level programming languages include autoload capabilities, which sacrifice some
run-time speed for ease of coding and speed of initial compilation/linking.
See more at Wikipedia.org...