A, C, and D are incorrect because they are true statements.
An abstract class must include the keyword abstract in its declaration.
Abstract classes contain a mixture of implemented and abstract methods.
When an abstract class is extended, all of its abstract methods must be implemented by the subclass.
|