Multiple choice

Which one of the following support(s) operator overloading?

  1. C

  2. C++

  3. JAVA

  4. C++ and JAVA

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

C++ supports operator overloading, whereas Java does not support it to maintain simplicity.