Find a statement that returns false

Report a typo

Here's a class hierarchy consisting of three classes (fields and methods are skipped):

class Shape { }

class Shape2D extends Shape { }

class Circle extends Shape2D { }

We have an object:

Shape circle = new Circle();

Find a statement that returns false.

Select one option from the list
___

Create a free account to access the full topic