'Very basic question about collision detections. XNA Beginner

Alright, so currently now, I have my collision detections in my Game1 class (Main class). For example: rectangle collision between my player and ball. I don't want these collisions to be in my Game1 class. In what class people often check collision detections and how?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source