Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


what is difference b/w object based and object oriented
programming language?

Answers were Sorted based on User's Feedback



what is difference b/w object based and object oriented programming language?..

Answer / v.mahesh kumar reddy

the main difference b/t the object oriented programing language and object base programing language is that object based programing language supports all features of oop except inhetance and polymorphysm

Is This Answer Correct ?    2 Yes 0 No

what is difference b/w object based and object oriented programming language?..

Answer / poorni

object based programming has in-built objects.for example javascript has window object.but object oriented programming has no in-built objects.

Is This Answer Correct ?    2 Yes 0 No

what is difference b/w object based and object oriented programming language?..

Answer / deepthi

Object-based languages need not support inheritance or
subtyping, but those that do are also said to be
"object-oriented".(...) Sometimes the term "object-based" is
applied to prototype-based languages, true object-oriented
languages that do not have classes, but in which objects
instead inherit their code and data directly from other
"template" objects. An example of a commonly used
prototype-based language is JavaScript.

Is This Answer Correct ?    1 Yes 0 No

what is difference b/w object based and object oriented programming language?..

Answer / mahesh gosemath

Any language which contains objects to encapsulate data and
methods/functions to operate on the data is called as Object
Based Language.

Furthermore if such languages also object oriented paradigm
i.e. if they implements features like polymorphism,
inheritance, etc. then they are also called as Object
Oriented Language.

Is This Answer Correct ?    1 Yes 0 No

what is difference b/w object based and object oriented programming language?..

Answer / swathimurugesan

OBPL supports
* Data Encapsulation
* Data Hiding
* Automatic intialisatioon of object
* Polymorphism
It doesnot support
* Inheritance and
* Dynamic binding
OOPL supports all the above concepts....

Is This Answer Correct ?    1 Yes 0 No

what is difference b/w object based and object oriented programming language?..

Answer / manikanta

Object oriented language:
Object-oriented language supports all the features of OOPs.
Object-oriented language doesn't has in-built object.
Object-oriented languages are C++, C#, Java etc.
Object based language:
Object-based language doesn't support all the features of OOPs like Polymorphism and Inheritance
Object-based language has in-built object like javascript has window object.
Object-based languages are Javascript, VB etc.

Is This Answer Correct ?    1 Yes 0 No

what is difference b/w object based and object oriented programming language?..

Answer / chirag

Object based programing is support such futher or oop

but object oriented is support all futher of oop.

Is This Answer Correct ?    5 Yes 8 No

what is difference b/w object based and object oriented programming language?..

Answer / isha

The Basic difference between Object-Based Language n Object
oriented language is of Polymorphism only.
Object-Based Language doesn't support Polymorphism.
It supports Inheritance.
Classes that support classes but not polymorphism are called
Object-Based languages.

Is This Answer Correct ?    6 Yes 23 No

Post New Answer

More OOPS Interview Questions

What is inheritance and how many types of inheritance?

0 Answers  


What is abstraction example?

0 Answers  


Write a program in c++ to read two floating point numbers and find their sum and average.

2 Answers  


What is Virtual Keyword?

9 Answers   IBM, NA,


what is a ststic variable and stiticfunction briefly explain with exmple and in which case we use

2 Answers   HCL,


what is the 3 types of system development life cycle

1 Answers  


What is multiple inheritance?

9 Answers   TCS,


What does I oop mean?

0 Answers  


What are the data types in oop?

0 Answers  


How do you achieve polymorphism?

0 Answers  


Whats is abstraction in oops?

0 Answers  


Explain the concept of abstracion and encapsulation with one example. What is the difference between them?

3 Answers   PCS,


Categories