Sub Class of Action Class

class A extends ActionSupport
{


}
class B extends A
{
}
Is B also acts as an action class or not? Explain

Questions by sekhark

Showing Answers 1 - 6 of 6 Answers

Yes, it will be an action class and in my opinion I would say its an action class even if it doesn't override any method.

This goes with the rule of inheritence.


Thanks,
Vinay

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions