Kizspy | Question: 29 (Choose 1 answer)
In Java, can an abstract class have a constructor?
A. Yes, abstract classes can have both default and parameterized constructors.
B. No, abstract classes cannot have constructors.
C. Yes, but only if the constructor is private.
D. Yes, but only if the abstract class has no attributes.