Multiple choice Which of the following is not an advantage of innerclass in Java? Maintainability is easier. Encapslation is easily achieved. Better accesibility restrictions Inner class members are hidden from outer class. Inheritance is easily achieved. Reveal answer Fill a bubble to check yourself E Correct answer Explanation Inner class is not inherited from the outer class.This is the disadvantage of inner class.