Re: Polymorphism

2005-07-21 Thread Dakota Jack
Polymorphism is late binding and is not "implemented" per se. It is used, of course. When you implement an interface with different classes, late binding determines at runtime how to handle the class if it is passed in as a member of the interface type. On 21 Jul 2005 04:53:21 -, syed abrar

Re: Polymorphism

2005-07-20 Thread netsql
... ah... Formbeans extend ... and so do actions ... Then it pick the user implementations and executes. .V syed abrar wrote: Hello All This question might look some what stupid,but it is important for me..How is Polymorphism implemented in struts If any of you guys knows the answ