1.Write a Java program that does the following:
a. Creates a Ball class with attributes for color, hardness, and size and instantiates the following Ball objects: golf, baseball, soccer.
b. Creates a display method which can print the current state of the attributes for all objects.
c...