Multiple choice

Which one of the following languages is not an object oriented programming language?

  1. Ada

  2. Smalltalk

  3. Java

  4. Object Pascal

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

Ada (in its original versions) was not designed as an object-oriented programming language. It was primarily a structured, imperative language with strong typing. Smalltalk, Java, and Object Pascal all support object-oriented programming. Note: Ada 95 later added OOP features, but the original language did not have them.