Multiple choice technology programming languages

Which was the first object oriented programming language?

  1. JAVA

  2. C++

  3. C

  4. SIMULA

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Simula, introduced in 1967, is considered the first object-oriented programming language. It introduced key OOP concepts like classes, objects, inheritance, and subclasses. C++ (1979) and Java (1995) came much later. C is not object-oriented.