Question: Can abstract classes be used in multilevel inheritance?

  1. No, abstract classes can be used only in single-level inheritance since they must be immediately implemented.
  2. yes, always
  3. yes, but with only one abstract class
  4. No, abstract classes do not have constructors.

Answer: The correct answer of the above question is Option B:yes, always