Multiple choice Which one of the following support(s) operator overloading? C C++ JAVA 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.