Skip to content

Latest commit

 

History

History

structural

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Structural Patterns

Structural patterns are concerned with how classes and objects are composed to form large structures. Structural class patterns use inheritence to compose interfaces or implementations. Structural object patterns, on the other hand, describes ways to compose objects to realize new functionality.