Experian Interview Question

Inheritance can be stopped or not?

Interview Answer

Anonymous

Jan 19, 2017

You can make parent class final so that final key word do not allow sub class to inherit anything from parent

1