Encapsulation in JavaScript

added by JavaScript Kicks
10/23/2019 8:23:50 AM

1530 Views

Encapsulation is the bundling of data and the methods that act on that data such that access to that data is restricted from outside the bundle, or as Alan Kay describes it, "local retention and protection and hiding of state-process."


0 comments