<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://logicwiki.co.uk/index.php?action=history&amp;feed=atom&amp;title=Composite_Pattern</id>
		<title>Composite Pattern - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://logicwiki.co.uk/index.php?action=history&amp;feed=atom&amp;title=Composite_Pattern"/>
		<link rel="alternate" type="text/html" href="https://logicwiki.co.uk/index.php?title=Composite_Pattern&amp;action=history"/>
		<updated>2026-04-29T09:48:30Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>https://logicwiki.co.uk/index.php?title=Composite_Pattern&amp;diff=1867&amp;oldid=prev</id>
		<title>AliIybar: Created page with &quot;Category:Extreme Programming Category:Design Patterns Category:OOP  == Video == [https://www.youtube.com/watch?v=EWDmWbJ4wRA https://www.youtube.com/watch?v=EWDmWb...&quot;</title>
		<link rel="alternate" type="text/html" href="https://logicwiki.co.uk/index.php?title=Composite_Pattern&amp;diff=1867&amp;oldid=prev"/>
				<updated>2019-01-31T16:01:04Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/index.php?title=Category:Extreme_Programming&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Category:Extreme Programming (page does not exist)&quot;&gt;Category:Extreme Programming&lt;/a&gt; &lt;a href=&quot;/Category:Design_Patterns&quot; title=&quot;Category:Design Patterns&quot;&gt;Category:Design Patterns&lt;/a&gt; &lt;a href=&quot;/index.php?title=Category:OOP&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Category:OOP (page does not exist)&quot;&gt;Category:OOP&lt;/a&gt;  == Video == [https://www.youtube.com/watch?v=EWDmWbJ4wRA https://www.youtube.com/watch?v=EWDmWb...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Extreme Programming]]&lt;br /&gt;
[[Category:Design Patterns]]&lt;br /&gt;
[[Category:OOP]]&lt;br /&gt;
&lt;br /&gt;
== Video ==&lt;br /&gt;
[https://www.youtube.com/watch?v=EWDmWbJ4wRA https://www.youtube.com/watch?v=EWDmWbJ4wRA]&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
Composite pattern is used where we need to treat a group of objects in similar way as a single object. Composite pattern composes objects in term of a tree structure to represent part as well as whole hierarchy. This type of design pattern comes under structural pattern as this pattern creates a tree structure of group of objects.&lt;br /&gt;
&lt;br /&gt;
This pattern creates a class that contains group of its own objects. This class provides ways to modify its group of same objects.&lt;br /&gt;
&lt;br /&gt;
We are demonstrating use of composite pattern via following example in which we will show employees hierarchy of an organization.&lt;br /&gt;
&lt;br /&gt;
[[File:Composite.gif]]&lt;/div&gt;</summary>
		<author><name>AliIybar</name></author>	</entry>

	</feed>