package com.company.creature; import java.util.Date; public interface Bornable { public void born(Date DayOfBirth); }