Skip to content

Commit

Permalink
Fix typo conception -> concept
Browse files Browse the repository at this point in the history
  • Loading branch information
damithc committed Sep 27, 2016
1 parent 044681c commit bee20e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/LearningOutcomes.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,8 @@ Covered by `[LO-Polymorphism]`

* Note how `Logic` class depends on the `StorageFile` class. This is a violation of DIP.
* Modify the implementation as follows so that both `Logic` and `StorageFile` now depend on the abstraction
`Storage`. (Note: The term *abstraction* here is referring to the conception of abstracting, not to the fact that `Storage` class is `abastract`)<br>
<img src="images/LogicStroageFileDIP.png" width="300">
`Storage`. (Note: The term *abstraction* here is referring to the concept of abstracting, not to the fact
that `Storage` class is `abastract`)<br> <img src="images/LogicStroageFileDIP.png" width="300">
* Where else in the code do you notice the application of DIP?

------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit bee20e1

Please sign in to comment.