What makes a language Object-Oriented?

后端 未结 15 2213
无人共我
无人共我 2020-12-07 17:01

Since debate without meaningful terms is meaningless, I figured I would point at the elephant in the room and ask: What exactly makes a language \"object-oriented\"? I\'m no

15条回答
  •  醉酒成梦
    2020-12-07 17:37

    when you can make classes, it is object-oriented
    for example : java is object-oriented, javascript is not, and c++ looks like some kind of "object-curious" language

提交回复
热议问题