Difference between object oriented object based programming language

Difference between object oriented object based programming language ?

OR
What is difference between object oriented programming language and object based programming language ?

Answer :

Object oriented languageObject based language
Object oriented language support all feature of OOPS i.e. Encapsulation, Inheritance and polymorphismObject based language doesn’t supports OOPS concept
Here there is no built in type of objects  are availableBuild in type object are available
Example Object oriented languages are Eiffel, Python, Ruby, Java, C# etc.Object based language is Ada, JavaScript, and Visual Basic (VB)
It’s statically type-checkedIt’s statically type-checked
It’s object oriented where one can acquire or hide property of objectsIt’s also called prototype based language
It does not supports build in objectIt does supports build in types

Leave a Reply

Your email address will not be published. Required fields are marked *