Which of the following languages are object-oriented programming languages?…
2023
Which of the following languages are object-oriented programming languages? Languages: i) LISP ii) Java iii) C++ iv) Simula v) SQL vi) C
- A.
i, ii, iii and iv only
- B.
ii, iii and iv only
- C.
i, ii, iii, iv, v and vi
- D.
i and ii only
Attempted by 223 students.
Show answer & explanation
Correct answer: B
Let us analyze each language:
LISP → Primarily a functional programming language, not mainly object-oriented.
Java → Object-oriented programming language.
C++ → Supports object-oriented programming concepts.
Simula → Considered one of the first object-oriented programming languages.
SQL → Database query language, not object-oriented.
C → Procedural programming language, not object-oriented.
Therefore, only ii, iii and iv are object-oriented programming languages.