Polymorphism - Programming

Q1:

Which of the following unary operators can be overloaded?
  1. true
  2. false
  3. +
  4. new
  5. is

A 1, 2, 3

B 3, 4, 5

C 3 only

D 5 only

ANS:A - 1, 2, 3

No answer description is available. Let's discuss.