#inheritance
Read more stories on Hashnode
Articles with this tag
Software, Java *Happy new year everyone! * Jokers As Generic Types So we've already seen generic types as such: public class SomeClass<T> { public...
Software, Java Inner Classes Inner classes in java are mainly seprated to static and non-static ones. If an inner class is static, it behave like any...