🎴 Flashcard Mode

Mixed General Knowledge Quiz

Card1 / 20
Mastered0
Review0
QuestionClick to flip

What modifiers may be used with an inner class that is a member of an outer class?

AnswerClick to flip back
A
all the above
💡 Explanation:

Inner classes are class members and can use all modifiers: access modifiers (public, protected, private) and non-access modifiers (static, final, abstract). Therefore all options A, B, and C are valid.

Change Mode