amin-ahmadi.com
Access Parent Class in Java (and obviously Android) - Amin
I use this method for having simple access to a parent class’ functions in Java. Please note that this is not a recommended method but in case of programs with not much lines of code it becomes really helpful and easy to implement. Let’s say you have another class somewhere in your package, or maybe … Continue reading "Access Parent Class in Java (and obviously Android)"
Amin