Comcast Interview Question

Why use Factory instead of direct object creation?

Interview Answer

Anonymous

Jan 16, 2026

The Factory Pattern hides object creation logic and returns objects based on input. Benefits: 1. Loose coupling 2. Easy to extend 3. Follows Open/Closed Principle