Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 341 Bytes

class_composition.md

File metadata and controls

5 lines (3 loc) · 341 Bytes

Class composition (vs inheritance)

TODO: ADD MORE

  • adding functionality from a class by incorporating an instance of that class in a class you are creating. The example creates a robot by instantiating a compass and assigning it to the self.compass attribute of robot. robot-simulator