Given the following structure, which snippets of code return true? (Choose three.) A. new Coral() instanceof Friendly

Question:

Given the following structure, which snippets of code return true? (Choose three.) 

image text in transcribed

A. new Coral() instanceof Friendly 

B. null instanceof Object

C. new Coral() instanceof Object

D. new Fish() instanceof Friendly

E. new Whale() instanceof Object

F. new Dolphin() instanceof Friendly

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: