Ans:a Explanation : Any subclass of an abstract class must either implement all of the abstract method in the super class or itself be declared abstract.
a) Abstract As it doesn't define all of its parent function.