Polymorphism - Programming

Q1:

Which of the following operators cannot be overloaded?
  1. true
  2. false
  3. new
  4. ~
  5. sizeof

A 1, 3

B 2, 4

C 3, 5

D All of the above

ANS:C - 3, 5

No answer description is available. Let's discuss.