| Author |
anonymous local class
|
Syamsul Hussin
Ranch Hand
Joined: Feb 09, 2003
Posts: 59
|
|
|
please explain to me about anonymous local class and when should we use them. thanks
|
 |
Elouise Kivineva
Ranch Hand
Joined: Feb 07, 2002
Posts: 154
|
|
An anonymous inner class is an inner class without a name. To my knowlege they are usually used as event handlers. If you only need a certain event handler in one place, why bother creating it as a separate class when you can just give all the relevant information right where the object is used? [ February 25, 2003: Message edited by: Elouise Kivineva ]
|
 |
 |
|
|
subject: anonymous local class
|
|
|