Home / Programming MCQs / JavaScript MCQs / Question

R

Ram Sharma • 188.81K Points
Coach

Q. Which type of JavaScript language is _____?

(A) Object-oriented
(B) Object-based
(C) Functional programming
(D) All of the above
Explanation by: Lalit Singh
JavaScript is not a pure OOP's (object oriented programming) based languages such as PHP, java or many other languages, although it is an object-based language. It is not OOP's based language, because it doesn't have three basic properties of object-oriented programming languages, such as polymorphism, encapsulation, and inheritance.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.