public void displayCustomerInfo() { System.out.println(Name + " " + Income); // or a tab System.out.println(Name + " " + Income); }