SumOperatorinterface SumOperatorThis interface is used to add the functionality of adding one object with another, like vec1 + vec2.public interface SumOperatorCopy— Methods (1) —NameDescriptionAny Component sum(Object otherObject) | Adds one object with another.