Posted By : Shailendra Chauhan, 17 Jun 2012
Updated On : 17 Jun 2012
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
Object-oriented language supports all the features of OOPs.
Object-oriented language doesn't has in-built object.
Object-oriented 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.
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.