Why final and abstract only modifiers can be used with a local inner class in java? -


hi know why final , abstract modifiers used local inner class in java.... can elaborate on this?

there's great example of usage of abstract inner classes @ o'reilly, please @ @ 'hierarchies of inner classes' section:

http://onjava.com/pub/a/onjava/excerpt/hardcorejava_chap06/index.html


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

c++ - Convert big endian to little endian when reading from a binary file -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -