Home / Programming MCQs / JavaScript MCQs / Question

C

Chandani • 9.65K Points
Tutor III

Q. Which of the following is correct about JavaScript?

(A) JavaScript is an Object-Based language
(B) JavaScript is Assembly-language
(C) JavaScript is an Object-Oriented language
(D) JavaScript is a High-level language
Explanation by: Chandani
Although JavaScript is not an OOP (Object-Oriented Programming) language like Java or PHP, it is object based language. The standard threesome of polymorphism, encapsulation, and inheritance are the criteria for object orientation, and JavaScript fails to meet them.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.