Quantcast
Channel: Java Tutorials, tips, forums, faq » Overriding
Viewing all articles
Browse latest Browse all 7

Member Hiding – super Keyword

$
0
0
We know earlier, in method overriding, the subclass method supersedes the super class method. When the method is overridden in inheritance, the subclass object calls its own method. If it calls its own method, the subclass looses the functionality of the super class method (of course, subclass is at liberty). If the subclass would like […]

Viewing all articles
Browse latest Browse all 7

Trending Articles