Click here to Skip to main content
15,905,785 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
find difference between object oriented based language and pure object oriented language.
Posted
Comments
CPallini 16-Jun-11 5:59am    
Happy finding, enjoy!
Sergey Alexandrovich Kryukov 16-Jun-11 12:43pm    
Formal casuistic question! Such "classification" does not add any actual knowledge. A smell of dumb school. My 1.
--SA

I smell homework! Have you considered Google?
 
Share this answer
 
Java is an object oriented , means it uses all the features of oops like u can use inheritence , u can create an class and objects .

Javascipt is an Object based means eventhough u can't use all the features of oops like inheitence etc. but ur making use of object concept.

for eg. document.write("hi")
here document is an bulit in object and write is an method.
 
Share this answer
 
hi,

Visit this Link might hepl you.
<a href="http://www.geekinterview.com/talk/4488-difference-between-object-based-object-oriented.html">Link</a>[<a href="http://www.geekinterview.com/talk/4488-difference-between-object-based-object-oriented.html" target="_blank">Link</a>]
 
Share this answer
 
Completely object oriented programming language is smalltalk.
In pure object oriented programming we dont have primitive datatype (Like int,float etc).
In pure object oriented languages all we have are classes even for declaring variable of int or float etc.
 
Share this answer
 
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900