An abstract method cannot be overridden.
Select 1 option
Correct Option is : B
Abstract methods are meant to be overridden in the subclass.
Abstract methods describe a behavior but do not implement it.
So the subclasses have to override it to actually implement the behavior.