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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is debug class?what is trace class? What differences are between them? With examples.

2134


what is the drawback of classical methods in oops?

3315


What is an advantage of polymorphism?

1030


Why polymorphism is used in oops?

993


What is abstraction in oop with example?

1061


What is polymorphism what is it for and how is it used?

971


What is polymorphism and types?

1041


Why multiple inheritance is not allowed?

1077


What is new keyword in oops?

993


What is the difference between static polymorphism and dynamic polymorphism?

1027


What is encapsulation and abstraction? How are they implemented in C++?

1066


Why multiple inheritance is not possible?

1018


What does I oop mean?

1021


Why is oop better than procedural?

1021


Write a C++ program without using any loop (if, for, while etc) to print prime numbers from 1 to 100 and 100 to 1 (Do not use 200 print statements!!!)

2042