Skip to content

Commit 7a19fc4

Browse files
committed
Initial Commit
1 parent 37c04cb commit 7a19fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2015-10-14-pillars-of-oop-inheritance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Back for some more PIE? Good. This time, let's talk about...
2222

2323
#### Inheritance
2424

25-
So we mentioned inheritance in [part one](/pillars-of-oop-polymorphism/) of this series, and for a good reason. If `Dog`, `Cat`, or `Duck` couldn’t *inherit* from `Animal`, we would’t have been able to accomplish what we just did - which was evoking `speak()` in three different flavors of `Animal`.
25+
So we mentioned inheritance in [part one]({% post_url 2015-10-07-pillars-of-oop-polymorphism %}) of this series, and for a good reason. If `Dog`, `Cat`, or `Duck` couldn’t *inherit* from `Animal`, we would’t have been able to accomplish what we just did - which was evoking `speak()` in three different flavors of `Animal`.
2626

2727
![Image of inheritance](http://www.derekyu.com/tigs/forums/tutorials/gmtut/gmtut-008.png)
2828
{: .image-pull-right}

0 commit comments

Comments
 (0)