
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What is the difference between Object oriented programming and Object based programming?
Many of us have a misconception that Java script is an object oriented language. But, the truth is Java Script is an Object Based Language.
Object Based languages are different from Object Oriented Languages:
Object Based Languages
- Object based languages supports the usage of object and encapsulation.
- They does not support inheritance or, polymorphism or, both.
- Object based languages does not supports built-in objects.
- Javascript, VB are the examples of object bases languages.
Object Oriented Languages
- Object Oriented Languages supports all the features of Oops including inheritance and polymorphism.
- They support built-in objects.
- C#, Java, VB. Net are the examples of object oriented languages.
Advertisements