English, asked by soumyabasuri9630, 1 month ago

What is the best approach in Design Patterns in coding

Answers

Answered by bhuyanswayamshree
0

Explanation:

Factory Design Pattern

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.

Answered by pashamohammed99
17

Answer:

Writing with the lowest possible Coupling and the Highest cohesion

Explanation:

only one option is correct

Similar questions