public voidprintColor () { System. out.println( } public Shape (String color){ this. color = color ; } public Shape () { } }