As ,we know interface just contain the definition and not the implementation, then what powers its gives to class when we implement the interface.Eg, to use a class in workflow , we need to add interface If_Workflow , otherwisesystem throws error.So,...