Decorator Pattern Explained in the easiest way with an example.
Rakshith Vasudev Rakshith Vasudev
5.95K subscribers
1,118 views
0

 Published On Apr 21, 2017

Decorator Pattern Explained in the easiest way.

Source: https://github.com/rakshithvasudev/Ja...

Decorator pattern allows a user to add new functionality to an existing object without altering its structure. This type of design pattern comes under structural pattern as this pattern acts as a wrapper to existing class.

This pattern creates a decorator class which wraps the original class and provides additional functionality keeping class methods signature intact.

Decorator Pattern in Java Explained.
Decorator Pattern Tutorial.
Decorator explained in the easiest way.
Decorator design pattern in java.
Decorator design explained.
How to write good code in Java.
Decorator pattern simplified.
Decorator pattern and its usage.
Decorator creates object dynamically.
Abstraction, Polymorphism and Strategy in one video.

show more

Share/Embed