1
Reply

When do you absolutely have to declare a class as abstract?

sai

sai

17y
6.2k
0
Reply

    •  When the class itself is inherited from an abstract class, but not all base abstract methods have been overridden.
    •   When at least one of the methods in the class is abstract.

    17y
    0