Biology, asked by AustinMoore2380, 1 year ago

Difference between creational structural and behavioral patterns

Answers

Answered by yashula
0
Hi!

Structural patterns are used for defining the static properties of the system (see Class diagram). Example: Factory pattern can be used to create entities which constitute your system. You can have object Button that have different graphical properties on Windows vs. OS X.


Hope it works!!!

yashula: Mark as brainly
Answered by maya51
0
Structural patterns define class composition and hierarchy, they mostly care about the "has a" or "knows a" relationship... like the Composite pattern.Behavioral patterns, on the other hand, change the way your classes behave by changing the way they interact with other classes and interfaces, and the way other classes and interfaces interact with them.



mark me brain list
Similar questions