Skip to main content

Posts

Showing posts with the label final

final Methods In Java

what are final methods benefits design efficiency no choice to be made for overriden methods can be inlined making methods final for efficiency is not a good idea... limiting without significant gain example Vector... and then the new collection classes