I've been asked to modify a simple class so it would not be able to be instantiated and inherited. I got confused on how to use abstract for not being instantiated and final for not being inherited.
How should I write such a class ?
Thanks in advance.