0 votes
in JAVA by
When can an object reference be cast to an interface reference?

1 Answer

0 votes
by

An object reference can be cast to an interface reference when the object implements the referenced interface.

...