Multiple choice technology programming languages

Which of these is not an collection of the VB project?

  1. The object module

  2. The class module

  3. The form module

  4. The global module

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

The question asks which item is NOT a collection in VB project structure. Option A (object module) is marked correct, meaning it's not part of standard VB project collections. The standard VB project includes class modules, form modules, and global modules as collections. However, the terminology here is potentially confusing as object-oriented programming is central to VB.