I am just starting the book so sorry if my question is not relevant.
At the start of chapter 1, the problem would be solved in C++ using a virtual function for fly() that in the base class has no implementation, is only coded in sub classes, or the base class has a default that does not fly.
Is this not relevant for Java?
Thanks, great book!











