Shouldn’t it be called object oriented scripting when using scripting languages such as php, actionscript and so on? The definition of oop and oos would be the same but naming the use after what language you are using?
Shouldn’t it be called object oriented scripting when using scripting languages such as php,
Share
No, it shouldn’t. The act of writing software for a computer (or anything else, I guess) is “programming”. If you use a technology based on objects, it is object-oriented programming. Making a distinction serves no purpose.