Qus:    What is the difference between an object-oriented programming language and object-based programming language?
Aug 12, 2022 17:04 Java 1 Answers Views: 1211 maryallenas
Prev Next
Answers (1)
RITA Feb 13, 2021 14:51
Answer:   There are the following basic differences between the object-oriented language and object-based language.
o Object-oriented languages follow all the concepts of OOPs whereas, the object-based language doesn't follow all the concepts of OOPs like inheritance and polymorphism.
o Object-oriented languages do not have the inbuilt objects whereas Object-based languages have the inbuilt objects, for example, JavaScript has window object.
o Examples of object-oriented programming are Java, C#, Smalltalk, etc. whereas the examples of object-based languages are JavaScript, VBScript, etc.

Post Your Answer
Guest User

Not sure what solution is right for you?

Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.


Let`s Connect