Skip to content

TheNiks/Design-Patterns

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Design-Patterns

In a codebase today, numerous design patterns are used, thus we tried to grasp one of them, called "Composite." Introduction One of the well-known structural design patterns is the composite. It creates objects using a single interface. It extensively uses polymorphism and a tree structure made up of discrete nodes or tiny components that all have a common interface. We can simply construct a more sophisticated structure out of little components.

A pluggable design pattern also includes composite patterns.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages