Saturday, July 1, 2023

C++ : Factory Pattern

  •  Factory Pattern comes under creational pattern.
  • It provides a way of creating the object without exposing the creation logic to the client.

Example : Vehicle library for the client

No comments:

Post a Comment