In C and C++, it is done by declaring the functions in a header file and #includeing <HEADERNAME.H>.
But, while learning Pascal, I couldnot find any guide and or reference on Modular Programming.
And, I've been using {$INCLUDE SOURCEFILE.PAS}.
What are the other methods of Modular Programming...