Hello:

I have an interface called Taxable,


interface Taxable
{
public String getName();
public float getIncome();
public double getTax();