Students, please be sure to log in. This site does not use cookies and does not track/store work submitted when not signed in.
Unit 9 Problems
Java Reference Sheet
C2
Given the two java classes, add the necessary constructors in C2
so that the code compiles. Do not make any changes to C1
.
Recall that java will not include a default constructor if a class includes other constructors.