answersLogoWhite

0


Best Answer

That depends on who you ask. An Object Oriented Programming Language is one that allows or encourages, to some degree, object-oriented programming techniques such as encapsulation, inheritance, modularity, and polymorphism. -

http://en.wikipedia.org/wiki/Object-oriented_programming_language * Encapsulation - or "information hiding" is the principal of hiding design decisions which are most likely to change thus protecting other parts of the programfrom change if the design decision is changed. * Inheritance - is a way to form new (derived) classes of objects from pre-existing (base) classes of objects. * Modularity - Allows for developing software which is composed of separate parts * Polymorphism - Allows for values of different data types to be handled using a uniform interface (e.g. num + num = num, string + sting = string, list + list = list, etc)

JavaScript is a prototype based object oriented programming language, as opposed to other languages (such as Ruby) which are class based object oriented programming languagesPrototype-based programming is a style of object-oriented programming in which classes are not present, and behavior reuse (known as inheritance in class-based languages) is performed via a process of cloning existing objects that serve as prototypes. This model can also be known as class-less, prototype-oriented or instance-based programming.

http://en.wikipedia.org/wiki/Prototype-based_programming

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

Every single piece of code and data must reside in a class, so it is, in the strictest sense, object-based. However, all object-based languages would also fall in the category of object-oriented programs as well.

This answer is:
User Avatar

User Avatar

Wiki User

13y ago

Yes it is .

The language providing the facility to create classes and programming via objects are known as object oriented language.

But it is not pure object oriented language.

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is java script an object oriented programming language or an object based programming language?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

IN which Programming language flash mx is written?

Flash MX uses ActionScript for its language. It controls the movies and the items inside the movies. ActionScript is similar to JavaScript, if you are familiar with JavaScript.


IN which Programming language is Cisco IOS made?

Python script?


What is Programming or Scripting Based Animation?

Usually it requires knowledge of programming or knowing scripting language. An example is a mouseover/ rollover. Creating by using scripting language such as Java Script.


What is Programming or Scripting-Based Animation?

Usually it requires knowledge of programming or knowing scripting language. An example is a mouseover/ rollover. Creating by using scripting language such as Java Script.


Why use java script?

Javascript is an object orientated programming language and is very nice when assigning attributes to many different objects. the reason its so nice is that all the attributes are not changed. it just changes the attributes that you assign per object.

Related questions

IN which Programming language flash mx is written?

Flash MX uses ActionScript for its language. It controls the movies and the items inside the movies. ActionScript is similar to JavaScript, if you are familiar with JavaScript.


What does java script do?

Javascript is a programming language that is object orientated. that means that it is much better to use if you want to assign given attributes to an object. Javascript is the best for doing object orientated things.


IN which Programming language is Cisco IOS made?

Python script?


Which programming language is used to programme Flex Applications?

Action Script


What is Programming or Scripting Based Animation?

Usually it requires knowledge of programming or knowing scripting language. An example is a mouseover/ rollover. Creating by using scripting language such as Java Script.


What is Programming or Scripting-Based Animation?

Usually it requires knowledge of programming or knowing scripting language. An example is a mouseover/ rollover. Creating by using scripting language such as Java Script.


What programming language is GOOGLE developed in Cgiperl?

Asynchronous java-script and XML, or its acronym Ajax.


Why use java script?

Javascript is an object orientated programming language and is very nice when assigning attributes to many different objects. the reason its so nice is that all the attributes are not changed. it just changes the attributes that you assign per object.


What is good scripting language for web application testing?

There are various scripting languages for web application testing: Java: The Sun Microsystems developed JAVA is one of the most popular programming languages on the internet. Java is an open-source language, which means it is available free-of-cost. PHP: PHP is used to signify the PHP Hypertext Processor language and it is an interpreted script language. It is best suited for server-side programming that includes repetitive server-tasks performed during the development of your website.PHP has been used for so long that its community has contributed many powerful tools for PHP Website developer. Python: Python is a dynamic language which means that the developer can write and run the code without needing a separate compiler for the purpose. It supports multiple programming paradigms such as object-oriented programming, structured programming, and even functional programming to a certain extent. Ruby: Ruby was developed in the year 1993 by Yukihiro Matsumoto as a programming language to offer a balance of functional programming along with imperative programming.


What is the importance of Linux shell?

Linux shell is a programming language. its fully different from others progrmming language. the script which is used in Linux quite tough to remember if we comparison to other programming laguages.


Name two languages which are used for client side scripting?

Two different client side scripting languages are JavaScript and VBScript.Scripting languages are not compiled and run on the client machine (in most cases, the web browser.)There are several currently in use. The most popular is JavaScript. It's a prototype-based, object oriented language, with a Java or C-like syntax.Microsoft has also produced a competing language called VBScript. VBScript has a syntax based off of Microsoft's Visual Basic programming language. It's used in Active Server Pages, and as the Windows Script Host language, used by sys-admins.


What is a parse error in php?

Parse error in PHP means that your script is invalid - it is not compliant with the programming language specification. After parse error script is no longer executed.