Structural Design Patterns
Get introduced to structural design patterns and learn when to use them.
Introduction to structural patterns
In this lesson, we will discuss structural design patterns. As the name implies, these patterns are concerned with object relationships and the structure of classes or objects. They help to add new functionality without having to modify the entire system. They ensure that if one part of a system changes, the whole system does not change with it. Let’s look at the most common structural patterns that are used in solving design problems.
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.