In Java, can an abstract class have non-abstract methods?
A. Only if the abstract methods are marked as "static"
B. Only if the non-abstract methods are marked as "private"
C. Yes, an abstract class can have both abstract and non-abstract methods
D. No, abstract classes can only have abstract methods
Answer: Option C

Join The Discussion