Pick the odd one
-
CPP
-
JAVA
-
SMALL TALK
-
C
Reveal answer
Fill a bubble to check yourself
D
Correct answer
Explanation
CPP (C++), JAVA, and SMALLTALK are all high-level programming languages with object-oriented features. C is a procedural language without native object-oriented capabilities, making it fundamentally different from the others.
AI explanation
C is the odd one out. C++, Java, and Smalltalk are all object-oriented programming languages (supporting classes, inheritance, polymorphism), while C is a procedural language with no built-in OOP constructs. Since the other three share the OOP paradigm and C doesn't, C is correctly identified as the one that doesn't belong.