HI WELCOME TO SIRIS

Difference between object oriented and object based languages

Object oriented and Object based programming languages have some different features and behaviour. In this article, I am going to expose the main difference between these two programming languages.

Object oriented language

  1. Object-oriented language supports all the features of OOPs.
  2. Object-oriented language doesn't has in-built object.
  3. Object-oriented languages are C++, C#, Java etc.

Object based language

  1. Object-based language doesn't support all the features of OOPs like Polymorphism and Inheritance
  2. Object-based language has in-built object like javascript has window object.
  3. Object-based languages are Javascript, VB etc.
Summary
In this article I try to expose the difference between object oriented and object based languages . I hope after reading this article you will be able to diffrentiate between these two languages. I would like to have feedback from my blog readers. Please post your feedback, question, or comments about this article.