Research and application of decorative models in software design patterns
There are many types of software design patterns.When it is necessary to form a large number of functions through the arrangement and combination of some basic functions,it is not practical to simply use inheritance relationships to achieve this.To address this issue,research software design models.Firstly,introduce the decoration pattern and UML unified modeling lan-guage.Then,design a case study for the decorative model with corresponding sentences.Finally,practice using object-oriented Java language to enrich the application cases of decorative models.