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
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.