Multiple choice

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

  1. Pascal

  2. C++

  3. C#

  4. Java

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

Pascal is a traditional procedural programming language without native support for OOP features like classes, inheritance, or polymorphism. C++, C#, and Java were designed as object-oriented languages from their inception.