D4 - Inner Classes, Static/Dynamic binding
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 other outer class, it just happens to be inside an outer class. It doesn't require an instance of th...
wadite.hashnode.dev2 min read