0
So javascript is object oriented?
3 odpowiedzi
0
short answer is: yes
0
yes
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.