1.

If I Don’t Want A Class To Be Inherited, What Should I Do?

Answer»

The CLASS has to be DECLARED as ‘FINAL’ to ENSURE that it cannot be EXTENDED by any other class.

The class has to be declared as ‘final’ to ensure that it cannot be extended by any other class.



Discussion

No Comment Found