Science, asked by thanishkk8892, 1 year ago

Difference between creational structural behavioral patterns

Answers

Answered by mahekgupta333
0
Behavioral Patterns: These design patterns are specifically concerned with communication between objects.
Creational Patterns: These design patterns provide ways to create objects while hiding the creation logic, instead of instantiating objects directly using the new operator. This gives the program more flexibility in deciding which objects need to be created for a given use case.

Similar questions