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

Dec 24, 2015
2.1k
0

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

    Sourabh Soni
    July 26, 2016
    0

    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.

    Rajesh Singh
    December 24, 2015
    0