Object Oriented Programming (OOP) Primer
What is Object Oriented Programming? Why use Object Oriented Programming? How does Object Oriented Programming apply to JavaScript? Those are the questions I am going to try and answer for you. What is Object Oriented Programming? [W:Object Oriented Programming] (OOP) in the simplest of forms is grouping all of the data and functions that operate …