Can abstract classes have static methods (Java)?
(a) Yes, always
(b) Yes, but depends on code
(c) No, never
(d) No, static members can’t have different values
The question was posed to me in an interview for internship.
I'm obligated to ask this question of Abstract Class in section Classes of Object Oriented Programming