Incorrect declaration

Report a typo

Which one of the following classes has an incorrect declaration?

abstract class A { }

abstract class B extends A { } 

final abstract class C { }

class D extends A { }
Select one option from the list
___

Create a free account to access the full topic