Good day! I can not figure out how to use the protected method of another base class in my inheriting class.
For example, I have a class MyClass , I inherit a class YourClass with a methodprotected void meth1 ()
I can not change anything in another class, getters and setters will not help, then how can I use this method, what methods are possible? Thank.