Skip to content

Latest commit

 

History

History
 
 

03_composition

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Composition

  • when you have objects made up of other objects
  • used to create complex objects by putting together simple objects

In this example, we can compose a Person object by combining a Head and a Body class.