Link to home
Start Free TrialLog in
Avatar of Frosty555
Frosty555Flag for Canada

asked on

In VB.NET 2008, what is "coupling between a subprogram and the program"

A friend of mine is taking a course in Visual Basic .NET 2008. The course manual constantly refers to "subprograms" and has exercises which reference "programs" and "subprograms".

In particular, this one TRUE/FALSE question:

"Coupling between a subprogram and the program that calls it may be through arguments, global variables, and/or control objects."

Doesn't seem to really make sense. Can anybody explain what is meant by "coupling between a subprogram and the program"?
ASKER CERTIFIED SOLUTION
Avatar of StealthyDev
StealthyDev

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Frosty555

ASKER

Turns out what the prof was talkign about was just passing "parameters" from a main() method to some a function via a function call. He used the word "coupling" and "subprograms" to try and make the concept easier to understand and it had nothing to do with the more advanced concepts of loose coupling / data flow.

Man this is a stupid course. You guys are great though. Thank you.