What is Simple factory design pattern The simple factory design pattern is a creational design pattern that provides an Interface for creating objects without exposing the object creation logic to the client It encapsulates the object creation code...