Object Oriented and Object Based Language

Explain What are Object Oriented Language and Object Based Language

Questions by abuhurera farooqe

Editorial / Best Answer

Aarthy_SP  

  • Member Since Dec-2008 | Dec 10th, 2008


Any langauge based on encapsulation concpet and operations with the objects are called as Object Based language. Exmaple : VB is a Object based and not an Object oriented

Any langauge based on encapsulation concept and operations with the objects and also dealing with the inheritance and polymorphism are called as Object Oriented language. Exmaple : C++,C#

Showing Answers 1 - 22 of 22 Answers

amasood

  • Aug 17th, 2008
 

Object Oriented Languages Support Inheritence or subtyping but Object based languages are not fully object oriented because they dont support Inheritence or subtyping e.g VB 6

  Was this answer useful?  Yes

balajigawande

  • Sep 5th, 2008
 

Those language which are supported to Classess, Object, Incapsulation And Abstraction is Known as OBJECT BASED LANGUAGES.
Those language which are supported to OBJECT BASED LANGUAGES AS WELL AS INHERITANCE, POLYMARPHISM.
                                                      BALAJI PATIL.

  Was this answer useful?  Yes

Aarthy_SP

  • Dec 10th, 2008
 

Any langauge based on encapsulation concpet and operations with the objects are called as Object Based language. Exmaple : VB is a Object based and not an Object oriented

Any langauge based on encapsulation concept and operations with the objects and also dealing with the inheritance and polymorphism are called as Object Oriented language. Exmaple : C++,C#

Object Oriented Languages follows data abstraction, inheritance, polymorphism, encapsulation, data binding where as Object Based Language follows all the above concepts except inheritance.

  Was this answer useful?  Yes

azita2005

  • Apr 6th, 2010
 

Object oriented language supports the concepts of Polymorphism and inheritance. But object based programming doesn’t support these two concepts. These languages support Abstract data type and not classes.

LordAlex

  • Nov 5th, 2011
 

Object Oriented - supports of using the objects.
Object Based Language - all data types are objects, based on single type object primitive.

  Was this answer useful?  Yes

Arpit Mandloi

  • Nov 25th, 2015
 

Object Based languages:
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.

Object oriented languages:
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.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions