Skip to content

Commit

Permalink
Updates chapter10/README.md
Browse files Browse the repository at this point in the history
Auto commit by GitBook Editor
  • Loading branch information
maryrosecook committed Jan 16, 2018
1 parent 4d2b0de commit 3d86134
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions chapter10/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1043,3 +1043,7 @@ end
Because the array is referenced only by an _instance variable_, nothing outside of `Airport` instances can read it: so we're protected from programmers trying to `pop` a plane from `heathrow`, and so on. This essentially _limits the interface of the array_ to only methods we want to allow.

> Spend some time playing with the code example above. Write a `Plane` class if you can – get the initial code example running. The code here is similar to code introduced in the first week of Makers Academy, so don't worry if it boggles you at the moment.
## Complete the mastery quiz for chapter 10

Use your mastery quizzes repository to complete the quiz for chapter 10.

0 comments on commit 3d86134

Please sign in to comment.