superclass tag

1 questions


1 answers
129 views
0
Why not super.super.method() in Java?

When I was looking at a question, I thought that using the super.super.method() like the code below would solve it easily. @Overridepublic String toString() { return super.super.toString();}I don't kn...

2 years ago

© 2024 OneMinuteCode. All rights reserved.