hi all,
I have couple of classes they are similar, most of them are the same, but
some small parts are different. So that I want to use a arch that there is
a common class holds all the common properties, and the real classes are
inherited from the common.
But how to achieve that?
thanks!