C
Coder Coder
Hi,
How can you make sure that subclasses cannot override a method.
In the java world, the 'final' keyword is used.
- thanks
How can you make sure that subclasses cannot override a method.
In the java world, the 'final' keyword is used.
- thanks