Files
java-design-patterns/property/index.md
T
Markus fdb9be1e76 Work towards #56: Add permalink to every pattern
This makes cleaner URLs thanks to jekyll
2015-08-15 18:03:05 +02:00

567 B

layout, title, folder, permalink, categories, tags
layout title folder permalink categories tags
pattern Property property /patterns/property/ pattern_cat pattern_tag

Intent: Create hierarchy of objects and new objects using already existing objects as parents.

alt text

Applicability: Use the Property pattern when

  • when you like to have objects with dynamic set of fields and prototype inheritance

Real world examples: