Question: A class is a blueprint for an object. A class may have a default constructor, a constructor with arguments, accessor methods, public fields, private fields, and mutator methods.
Choose a category (such as animal, vehicle, and so on) and describe how you would design a class for it.
Solve this Program using java programming concepts and show how you would design this class.