InterviewSolution
Saved Bookmarks
| 1. |
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 valuesThe 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 |
|
Answer» The CORRECT option is (a) Yes, always |
|