2019-10-12 20:05:54 +03:00
..
2017-11-28 20:55:52 +02:00
2019-10-12 20:05:54 +03:00
2019-10-12 20:05:54 +03:00
2017-11-28 21:28:53 +02:00

layout, title, folder, permalink, categories, tags
layout title folder permalink categories tags
pattern Property property /patterns/property/ Creational
Java
Difficulty-Beginner

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