Multiple Choice
The ____ keyword is placed before the Sub keyword when creating a Sub procedure to specify that the procedure can be called only by code within the class in which it exists.
A) Contained
B) Private
C) Inner
D) Distinct
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q1: A Sub procedure can return _ value(s)to
Q2: The _ exception type occurs when a
Q3: A Sub procedure does not return any
Q4: MATCHING<br>Identify the letter of the choice that
Q6: Passing an argument _ guarantees that the
Q7: In a Function procedure declaration,any lines of
Q8: When an argument is passed _,it means
Q9: You can pass at most two arguments
Q10: A Finally statement is required after each
Q11: The keyword(s)_ is/are used to specify the