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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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