Which of the following statements are true?
Each correct answer represents a complete solution. Choose all that apply.
An inner class cannot be defined as private.
An inner class cannot be defined as protected.
An inner class can be defined as private.
An inner class can extend another class.
Submit