Based on the scenario being described within the question it can be said that the method invocation for this statement would be display(). This is because the statement,
Displayable picture = new Picture();
Is creating a new Displayable object this object then needs to be called using the . operator and passed the display() method in order for that object to correctly be displayed. Therefore the answer in this question is a. display()