Entry 5958

a Cell

   

Submitted by Deorn on Aug. 10, 2010 at 7:43 p.m.
Language: Java. Code size: 209 bytes.

public class Cell {
public static final int MAXAGE = 10;
public String name;
protected String cellType;
private int birthday;

public void giveFood(Food food){
...
}
private void mitosis(){
...
}
}

This snippet took 0.00 seconds to highlight.

Back to the Entry List or Home.

Delete this entry (admin only).