Random commentary about Machine Learning, BigData, Spark, Deep Learning, C++, STL, Boost, Perl, Python, Algorithms, Problem Solving and Web Search
Monday, October 5, 2015
Implementing the Composite pattern
The
composite pattern is used to compose multiple objects with common behaviour in
such a way that they can be operated as one single object. A typical use is
with a tree-like object composition
No comments:
Post a Comment