So javascript is object oriented? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

So javascript is object oriented?

17th Jul 2016, 8:41 PM
Kenshin
Kenshin - avatar
3 Answers
0
short answer is: yes
22nd Jul 2016, 2:51 PM
Dr.Na'el Hariri
Dr.Na'el Hariri - avatar
0
yes
24th Jul 2016, 3:21 AM
Felipe Medeiros
Felipe Medeiros - avatar
0
Long answer: no. JavaScript is "object based" not object oriented. Stackexchange has some excellent discussions specifically about JavaScript and object oriented(OOP) v. object based(OBP). The short answer is there a handful of qualities that define OOP and if all of them aren't present then the language isn't OOP. If the language contains objects then it has several of these qualities. It it has several but not all of these qualities it is OBP.
31st Jul 2016, 3:00 AM
Max Beck
Max Beck - avatar