Wednesday, 24 August 2011

Parameter passing (modularisation)

ByRef - used when you need to change the value of a variable (physical address)
ByVal - used when the variable needs to not be changed (sends a local copy of variable)

IN:
OUT:

No comments:

Post a Comment