March 2002
Intermediate to advanced
496 pages
8h 51m
English
| SOLUTION 14.1 | Special rules regarding constructors include the following.
There are also several rules governing the order of field initialization and special rules for the instantiation of arrays. |
| SOLUTION 14.2 | A constructor that allows Fountain to compile is:
public Fountain(String name)
{
super(name);
}
This constructor ... |
Read now
Unlock full access