Question: You have created a class that should be visible only to the other code in its module. Which modifier do you use?

  1. `internal`
  2. `private`
  3. `public`
  4. `protected`

Answer: The correct answer of the above question is Option A:`internal`