Q73 Single choice Mark for later How can a custom type be identified as unique when added to a Set? A Methods in the class must be static B The class must implement the Equals and Hashcode methods C Methods in the class must be global D The class must have a method with the @InvocableMethod annotation Correct answer