Introduction - If you have any usage issues, please Google them yourself
Factory pattern
(1) Simple factory method (50 points)
Insurance claims include several basic types: the driver s physical injury, car damage, casualties, a variety of accidents. Design and implement an application that can create different insurance claims using a simple factory method model