If a class inheriting an abstract class does not define all of its functions then it is known as? a) abstract b) A simple class c) Static class d) None of the mentioned
Rajesh Singh
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.