Question: Can abstract classes be used in multilevel inheritance?
- No, abstract classes can be used only in single-level inheritance since they must be immediately implemented.
- yes, always
- yes, but with only one abstract class
- No, abstract classes do not have constructors.
Answer: The correct answer of the above question is Option B:yes, always