I was just wondering how I would use something to get or use a private method from the super class in the sub class in java. I know that is a handful, but basically I want to know if I create a private method in a parent or super class, then what would be the code to bring in that private method into the sub class.
All help is greatly appreciated from this question.
NOTE:
I know that this question is similar to the question:
How can a derived class invoke private method of base class?
On this site Stack Overflow
However, the question answer for the question seem complex and hard to read for a beginner as well as not being the correct answer to the exact way that I am asking this question.