Design Patterns Tutorial
A tutorial on GOF design patterns. This tutorial is for beginners who are going to learn design patterns for the first time. Each pattern is expalined with suitable examples.
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.
Design Patterns » Structural Patterns » Structural Patterns in Design Patterns
Suryateja Pericherla Categories: Structural Patterns. No Comments on Structural Patterns in Design Patterns
0
(0)

Structural patterns are concerned with how classes and objects can be arranged to form larger structures.

 

structural patterns in design patterns

 

Structural class patterns use inheritance to compose interfaces or different implementations. For example, multiple inheritance can be used to combine features from two or more classes into a single class. This allows two or more independently developed class libraries to work together.

 

Structural object patterns specify a way to create new objects to realize new functionality. The flexibility of object composition allows us to change the composition at run-time, which is impossible with static class composition.

 


Subscribe to our monthly newsletter. Get notified about latest articles, offers and contests.


There are seven structural GOF patterns. They are:

 

How useful was this post?

Click on a star to rate it!

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?

Note: Do you have a question on this article or have a suggestion to make this article better? You can ask or suggest us by filling in the below form. After commenting, your comment will be held for moderation and will be published in 24-48 hrs.

Leave a Reply

Your email address will not be published. Required fields are marked *

Facebook
Twitter
Pinterest
Youtube
Instagram