Science, asked by akshaigv3591, 1 year ago

What is abstract factory design pattern in C#?

Answers

Answered by nayakbhagabanapcr576
1
Trying to maintain portability across multiple "platforms" routinely requires lots of preprocessor "case" statements. The Factory pattern suggests defining a creation services interface in a Factory base class, and implementing each "platform" in a separate Factory derived class.
Similar questions