Clear me the polymorphic behaviour

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Sangeetha R
    New Member
    • Nov 2011
    • 1

    Clear me the polymorphic behaviour

    I have a super class with one common method for its subclasses and this method will internally a called an abstract method. Code is working fine, but help me whether this design is ok. All the subclasses doing the same operation but those are servicing for different clients. So i cannot put all other methods as common in the super class. Is this polymorphic approach is allowable ?
Working...