Multiple choice technology programming languages

How do you terminate code execute with in a VB.NET method

  1. Exit

  2. Close Sub

  3. Exit Sub

  4. Kill

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

In VB.NET, you terminate the execution of a subroutine (method) immediately and return control to the calling code using the Exit Sub statement.