Update article.md
This commit is contained in:
parent
1516ce9acd
commit
e09a55ac69
1 changed files with 0 additions and 1 deletions
|
@ -281,7 +281,6 @@ With private fields that's impossible: `this['#name']` doesn't work. That's a sy
|
||||||
|
|
||||||
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:
|
||||||
|
|
||||||
Protection for users, so that they don't shoot themselves in the foot
|
Protection for users, so that they don't shoot themselves in the foot
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue