JAVA Patters Families
Concept
there is 3 main families of patterns coudl be applied to all code langajes , so they are:
- Creational Patterns :
 the family is focus on how we create the elements or instances in our solution for kids specific situations
- Structural Patterns
- Behavioral Patterns
