Multiple choice Which of the following is not an object-oriented programming language? Pascal C++ C# 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.