Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 600 Bytes

2017-01-11-inheritance-and-composition.md

File metadata and controls

12 lines (9 loc) · 600 Bytes
layout title date categories
post
January 2017: Inheritance and Composition
2017-01-11 19:00:00 -0400
meeting

Inheritance is one of the fundamental principles of object-oriented programming. And then, just when you think you've got it mastered, the hipster programmers come along saying that composition is better. (Sometimes, anyway.)

So we'll take a good look at both techniques, and the reasons and circumstances to use each one.

Notebook from meeting