just Learned Interfaces

thay are really good to know if do alot of things like items/animals/AI

i have always created 100 moveMethods for animals like

public void moveCow(){
}
public void movePig(){
}
public void moveZombie(){
}

now thay all have just one called

public void move(){
}
so mutch easyier