What is the factory pattern in PHP?

A Factory Pattern is a method that is used to define an interface or abstract class for creating an object without exposing the creation logic to the client.

22-August 9:26 PM 317 Views

 Prev question

Next question