Multiple choice technology programming languages

First fully Object oriented language is:

  1. C++

  2. Java

  3. Simula

  4. None of the above

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

Simula 67 was the first language to introduce key object-oriented concepts like classes, objects, inheritance, and subclasses. C++ and Java are multi-paradigm languages that also support non-OO features like primitive types, making them not 'fully' object-oriented.