Hi Stephan, Earlier you mentioned "You can still override private methods," Here, you said not be overriden. Please confirm the right one. If you think this code is incorrect, Could you Please provide some code on how to use this concept, so that we can understand properly.
Stephan van Hulst wrote:Mohammed and Bhanu, I stand corrected.
Private methods can indeed not be overriden, not even in an internal class. Private final is always redundant.