Your browser does not support JavaScript! Please enable script of your browser.
D
O
tNet-Tricks
Handy Dot Net Tricks Implementation !!
" Coding , A Rhythmic Literary Job "
OOPS - Tutorial, Article, Archive, Handy Tricks, Code Snippets, Training, Reference Manual, Association, Aggregation, Data Abstraction, Data Hiding, Object, Class, Structure, Constructor, Inheritance, Polymorphism, Interface

Difference between object oriented and object based languages

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

  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.

 

 
Tips & Tricks Subscription :