Question 15
Consider the Java code given below.
Identify the appropriate statement to fill in the blank at LINE 1, such that the output is:
((Displayable)iter.get_next()).display();
((Book)iter.get_next()).display();
((Library)iter.get_next()).display();
iter.get_next().display();