Multiple choice

Which of the following is not supported by Java?

  1. Polymorphism

  2. Inheritance

  3. Message communication

  4. Operator overloading

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

Java does not support operator overloading to maintain simplicity and avoid the complexities found in languages like C++.