Fix incorrect link address
This commit is contained in:
parent
5b195795da
commit
47e46895f2
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ With private fields that's impossible: `this['#name']` doesn't work. That's a sy
|
||||||
|
|
||||||
## Summary
|
## Summary
|
||||||
|
|
||||||
In terms of OOP, delimiting of the internal interface from the external one is called [encapsulation]("https://en.wikipedia.org/wiki/Encapsulation_(computer_programming)").
|
In terms of OOP, delimiting of the internal interface from the external one is called [encapsulation](https://en.wikipedia.org/wiki/Encapsulation_(computer_programming)).
|
||||||
|
|
||||||
It gives the following benefits:
|
It gives the following benefits:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue