Question: Suppose C is a class that implements the interfaces I and J according to the diagram below. C c = null; I i = null;

Suppose C is a class that implements the interfaces I and J according to the diagram below.
C c = null;
I i = null;
J j = null;
c = i; // line 1
j = c; // line 2
i = j; // line 3
Given the above variable declarations, which lines below will require a cast?

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!