JavaScript( object oriented javascript encapsulation part 2 )
We create objects with methods, properties, and attributes. When we make them bundled inside an object it's known as encapsulation. When these methods and attributes are abstracted from other objects, this is known as abstraction. JavaScript is designed on a simple object-based paradigm
We create objects with methods, properties, and attributes. When we make them bundled inside an object it's known as encapsulation. When these methods and attributes are abstracted from other objects, this is known as abstraction. JavaScript is designed on a simple object-based paradigm