Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Online Practice Test
>
Javascript
« Previous
Next »
Javascript is an object oriented language?
Options
- False
- True
CORRECT ANSWER : True
Discussion Board
It depends
Up until EMCA6, JavaScript was NOT a true object oriented language. Yes, there are some OOP concepts in the language, but to say that ECMA5 is an OO language is at best subjective and at worst misleading. Yes, through prototyping, you can do some OOP stuff, but try to transpile some object-oriented code into JavaScript and see how much you have to change other than basic syntax.
Joshua Albert 03-26-2018 03:34 PM
Java script is an object oriented language?
BTW the question should be "Is Javascript an object oriented language?"
JS is a prototype based language. It does not provide encapsulation.
Eric B Weimer 05-17-2017 08:56 PM
Nope
By most people, Javascript is NOT considered an object-oriented language. Using JSON objects, you can use it kinda like an object-oriented language, but in its true definition it is not.
Timothy Horton 01-10-2017 04:20 PM
Java script is an object oriented language?
JavaScript is not object oriented language, this is object based language
Giri 05-3-2014 07:11 AM
« Previous
Next »
Write your comments
*
*
Email must be in the form someone@domain.com
*
*
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
Related Content
Java Beginner (11)
Java (39)
Java (40)
Java (22)
Java (30)
Java (25)
Java (20)
Java (20)
Core Java (20)
Core Java (10)
Core Java (72)
EJB (20)
JDBC (20)
Applet (20)
Struts (21)
Servlets (20)
Java Web Services (20)
Javascript (40)
J2EE (10)
jQuery (46)
Advertisement
▲