Multiple choice general knowledge

First Object-Oriented Language?

  1. SmallTalk

  2. Simula

  3. Java

  4. C++

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

Simula, developed in the 1960s (Simula 67), is widely considered the first object-oriented programming language. It introduced objects, classes, inheritance, and subclasses. Smalltalk (1972) popularized OOP principles but came later. Java and C++ were developed in the 1990s, well after Simula established the OOP paradigm.