Summoning Fundamentals: A Three Part Introduction to OOP in JavaScript - Encapsulation

added by vintharas
11/30/2015 1:11:42 AM

309 Views

In An Introduction to Object Oriented Programming in JavaScript for C# Developers I gave you a ten thousand feet introduction to object oriented programming in JavaScript. Now it is time to get into the nitty-gritty! We will start with a three part introduction to the pillars of Object Oriented Programming applied to JavaScript: encapsulation, inheritance and polymorphism.


0 comments