Pages

Friday, January 3, 2014

Decorator Pattern Using Fortran

Structural design patterns deals with using existing classes. One of the structural pattern is Decorator. It acts as a wrapper to existing class object and adds functionality to it without changing the signature of the class. It attaches additional responsibilities to the object without modifying the class.

Following is an example of Decorator pattern implemented in Fortran:

GitHub - Decorator Pattern In Fortran
Fork

No comments:

Post a Comment