You're given force vectors in 3D space, each with components. Determine if these forces are in equilibrium (their sum equals zero).
This problem demonstrates how inheritance can organize related physics concepts. You'll create a base class for vectors and extend it for force-specific behavior.
Output YES if forces balance, NO otherwise.