
Notifications
Clear all
What is Factory Design Pattern?
0
02/10/2023 2:22 am
Topic starter
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
- 22 Forums
- 1,969 Topics
- 5,309 Posts
- 0 Online
- 1,284 Members
Our newest member: JamesHaism
Latest Post: Space bug using " & n b s p ; "
Forum Icons:
Forum contains no unread posts
Forum contains unread posts
Topic Icons:
Not Replied
Replied
Active
Hot
Sticky
Unapproved
Solved
Private
Closed