Thor
Honorary Master
- Joined
- Jun 5, 2014
- Messages
- 44,236
In interpreted programming languages, such as PHP and JavaScript, what are the repercussions of going with an Object Oriented approach over a Procedural approach?
Bottom line: how big (if any) is the performance hit really, when going with OO vs. Procedural in an interpreted language?
Bottom line: how big (if any) is the performance hit really, when going with OO vs. Procedural in an interpreted language?