Multiple choice

C++ language is a/an

  1. object oriented language

  2. structured language

  3. procedural language

  4. none of the above

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

C++ is primarily an object-oriented language that supports key OOP features like classes, inheritance, and polymorphism, though it also supports procedural and structured programming paradigms.