A

Admin • 828.70K Points
Coach

Q. In Java, can an abstract class extend another class?

  • (A) No, abstract classes cannot extend other classes
  • (B) Yes, abstract classes can extend both abstract and concrete classes
  • (C) Only if the superclass is marked as "static"
  • (D) Only if the subclass is marked as "final"
  • Correct Answer - Option(B)
  • Views: 17
  • Filed under category Java
  • Hashtags:

Explanation by: Admin
In Java, abstract classes can extend both abstract and concrete classes.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.