Q28
In Java, can an abstract class have static methods with implementations?
A.
Only if the methods are marked as "private"
B.
Yes, an abstract class can have static methods with implementations
AnswerC.
Only if the methods are marked as "final"
D.
None of These
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board