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.
For your question :
C# is an object oriented language
ASP is an object based language





Reply With Quote
