02/10/2023 2:22 am
Topic starter
Notifications
Clear all
What is Factory Design Pattern?
0
What is Factory Design Pattern?
Answer
Add a comment
Add a comment
2 Answers
0
03/10/2023 6:19 am
The Factory Design Pattern is a creational design pattern in software development that provides an interface for creating objects but allows subclasses to alter the type of objects that will be created. It promotes loose coupling by encapsulating object creation and is commonly used in scenarios where a system needs to be independent of the classes of objects it creates, allowing for flexibility and maintainability in code.
Add a comment
Add a comment
0
05/10/2023 2:47 pm
Factory Method Pattern allows the sub-classes to choose the type of objects to create. It promotes the loose-coupling by eliminating the need to bind application-specific classes into the code.
Add a comment
Add a comment
Forum Information
- 14 Forums
- 1,837 Topics
- 5,053 Posts
- 0 Online
- 1,079 Members
Our newest member: Tyronenodub
Latest Post: loli
Forum Icons:
Forum contains no unread posts
Forum contains unread posts
Topic Icons:
Not Replied
Replied
Active
Hot
Sticky
Unapproved
Solved
Private
Closed