- 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.
- Related Articles
- Object Oriented language v/s Object based programming language.
- What is object-oriented programming (OOP)?
- Differences between Procedural and Object Oriented Programming
- Python Object-oriented and Functional Programming
- What is an Object Oriented Programming in JavaScript?
- Object-oriented programming in Swift
- Object Oriented Programming in Python?
- Object-Oriented Programming in R
- What are basic Object oriented programming concepts?
- What is Data Hiding in Python Object Oriented Programming?
- Object Oriented language v/s Procedure oriented programming language.
- How to start object-oriented programming in C++?
- Basic Concepts of Object Oriented Programming using C++
- 8 Tips For Object-Oriented Programming in Python
- What does the repr() function do in Python Object Oriented Programming?

Advertisements