A method collision is a state where the same method is being added to a class by more than one application. A preference tells the image what to do in case of a method collision. For example, to tell the image to always cancel the load in case of a method collision, evaluate this expression:If the above preference is set to false, and the class can be changed, then the edition of the method which is loaded is the one in the application that is the lowest in the application hierarchy. All other implementations of the method are deleted from the other applications.
|