Multiple choice general knowledge science & technology

What was C++ originally called as ?

  1. C with structures

  2. C with classes

  3. C in addition to classes

  4. C in addition to structures

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

C++ was developed by Bjarne Stroustrup starting in 1979, originally called "C with Classes" because it added object-oriented features like classes to the C language. The name "C++" was coined later, playing on the increment operator in C to suggest it's an enhancement or "next version" of C.