Home » JavaScript » JavaScript Statements » Question

JavaScript Statements

  1. JavaScript is a _______________ language.
    1. Object-Based
    2. Assembly-language
    3. High-level
    4. Object-Oriented
    5. None of these
Correct Option: A

JavaScript is not a full-blown OOP (Object-Oriented Programming) language, such as Java or PHP, but it is an object-based language. The criteria for object orientation are the classic threesome of polymorphism, encapsulation and inheritance and JavaScript doesn’t pass this.



Your comments will be displayed only after manual approval.