Vidyalelo
Java Programming · Q28

Interfaces and Abstract Classes

Programming · Java Programming · question 28

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
Answer
C.
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