Missing features

Java is missing many of the subtle, but useful, features of the C++ language.
  1. unsigned
  2. const

  3. References
  4. Function pointers
  5. Operator overloading
  6. Multiple inheritance (of functionality)