Question: You are working as a software developer and need to create the Java program that uses the factory pattern. Please refer to the following class

You are working as a software developer and need to create the Java program that uses the factory pattern. Please refer to the following class diagram: Mammal #string nimi + void SetName(string name) + printinformation Human Dog Cat printinformation) + printinformation + printinformation) Perform the following steps to implement the Java program using the design pattern: 1. Create an interface Mammal. 2. Create the concrete classes (Human, Dog, Cat) implementing the Mammal interface. 3. Create the factory to generate the objects of the Human, Dog, and Cat classes. 4. Use the factory to get the objects of the concrete class
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
