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

8y
2.2k
0
Reply

    a) Abstract As it doesn't define all of its parent function.

    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.