package questions; public class Vegetable extends Block { public Vegetable(String text) { super(text); } }