What is the difference between object based and object oriented programming? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

What is the difference between object based and object oriented programming?

19th Jan 2017, 1:56 PM
Ashutosh Saraf
Ashutosh Saraf - avatar
2 Answers
+ 3
I thought they were the same thing.
19th Jan 2017, 2:26 PM
Mark Foxx
Mark Foxx - avatar
+ 1
Object-based language: 1. Doesn't support all the features of OOPs (object-oriented) like polymorphism or inheritance. 2. Has in-built objects like JavaScript has the window object. Object-oriented language: 1. Support all of it concept: Inheritance, Object, Class, Encapsulation, Method, Message Passing, Polymorphism, and Abstraction. 2. No in-built objects Object-oriented language: C++, C#, Java etc. Object-based language: JavaScript, VB etc.
8th Mar 2017, 2:10 AM
totoro
totoro - avatar