Computer Science, asked by divyadommata204, 1 month ago

what is the best approach in design patterns in coding?

Attachments:

Answers

Answered by Denel
20

Explanation:

One of the most popular design patterns used by software developers is a factory method. It is a creational pattern that helps create an object without the user getting exposed to creational logic. The only problem with a factory method is it relies on the concrete component.

Similar questions