2
Reply

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

Rajesh Singh

9y
31.3k
0
Reply

    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.