Multiple choice technology programming languages

A control array is a list of controls with?

  1. Different names

  2. Same name

  3. Both 1 and 2

  4. None of these

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

A control array in Visual Basic is a collection of controls that share the same name, allowing them to be accessed and manipulated as a group. Option B is correct - control arrays have the same name with different index values. Options A, C, and D are incorrect - controls in an array cannot have different names, and this is not an either/or situation.