/* As needed students can write additional methods and add attributes */ public class ProsperousBiosphere extends Biosphere // Students can't change this inheritance relation. { //Students can make any changes except for the relationship. public ProsperousBiosphere(Critter [][] aWorld) { super(aWorld); } }