🎴 Flashcard Mode
Java Programming Fundamentals
Card1 / 12
Mastered0
Review0
QuestionClick to flip
Select three correct statements
AnswerClick to flip back
A
A static method may override another static method
B
A static method cannot override a non-static method
C
A non-static method cannot override a static method
D
A non-static method may be overloaded by a static method
E
A synchronized method cannot be overridden