1
Reply

if the class has one or more methods that do not contain any implementation?

siva raman

siva raman

17y
4.4k
0
Reply

    if class has one or more methods that do not contain any implementation should be marked as Abstract , while mark these methods with abstract keyword.