package domain.sheets; public class FullHouse extends Category{ @Override public void independentValue(){ this.value = 25; } }