Core difference between object oriented and object based language

后端 未结 8 1840
天涯浪人
天涯浪人 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:56

    Object oriented programming languages follow all concepts belonging to OOP.

    Object based programming language has objects ibuilt so there's no need to create objects and it also follows OOP concepts except inheritence,

提交回复
热议问题