Vidyalelo
Java Programming · Q22

Interfaces and Abstract Classes

Programming · Java Programming · question 22

Q22

In Java, can an abstract class have constructors?

A.
Only if the constructors are marked as "private"
B.
Yes, an abstract class can have constructors
Answer
C.
Only if the constructors are marked as "static"
D.
None of These

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board