Core difference between object oriented and object based language

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

    Object orientd language

    Object-orientd language supports all the features of OOPs
    
    Object-orientd language does not has in-built object
    
    Object-orientd languages are C++, C#, Java etc
    

    Object based language

    Object-based language doesn't support all the features of OOPs like Polymorphism and Inheritance
    
    Object-based language has in-built object like JavaScript has window object.
    
    Object-based languages are JavaScript, VB etc.
    

    Hope, this will clarify your doubt.

提交回复
热议问题