Multiple choice Which of the following features present in C/C++ is not supported by Java? Inheritance Function overloading Pointer Arrays None of the above Reveal answer Fill a bubble to check yourself C Correct answer Explanation Pointers are not used in Java, so that invalid memory access is denied.