Core difference between object oriented and object based language

后端 未结 8 1855
天涯浪人
天涯浪人 2020-12-12 17:05

I want to know what is the core difference between

Object Oriented and Object based languages

I have read many post all of them are saying

8条回答
  •  情话喂你
    2020-12-12 17:50

    Just using objects does not mean you are doing OOP, even in a fully OO language if you are not implementing OO techniques it is simply object-based programming.

提交回复
热议问题