Multiple choice technology testing

Subroutines do return values, whereas Functions do not. State true or false

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In VBScript (and QTP/UFT), Functions DO return values, while Subroutines do NOT. The statement claims the opposite, which is incorrect. Functions use the function name to return a value, while Subroutines are used for procedures that don't need to return a value.