This lecture covers the methodology for constructing a function, starting with clearly identifying its purpose and arguments, deciding on pass by value/reference, considering default parameter values, determining the return type, and finally implementing the function body.