| Author |
Why ActionForm is class not interface?
|
Kousik Majumder
Ranch Hand
Joined: Sep 30, 2007
Posts: 219
|
|
Hi all, Can somebody tell me why ActionForm is a class not an interface? I could have made it an interface and the corresponding implementing class and can use that. Thanks & regards, Kousik
|
Thanks in Advance,
Kousik
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8259
|
|
I can only speculate at the intentions of the developers (you could always search the developer mailing lists) but what jumps out at me is that it declares instance variables and methods that do things. One can't do that with an interface. [ May 28, 2008: Message edited by: Joe Ess ]
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: Why ActionForm is class not interface?
|
|
|