Inversion of Responsibility
Appearance
In OO design we typically design from top(abstract) to down(concrete) and the dependency flow from top to bottom. In other words abstract classes depends on concrete classes.
This is an old revision of this page, as edited by Sancho kg (talk | contribs) at 17:09, 9 April 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
In OO design we typically design from top(abstract) to down(concrete) and the dependency flow from top to bottom. In other words abstract classes depends on concrete classes.