/Solution-of-part-inheritance

Due to changes in demand, and in more cases inheritance hierarchy, sometimes we only need to change some of the ways the behavior of a parent method ACT1 (ACT1 method has been inherited by some subclasses)  * But we do not want to influence the behavior of the original sub-class, how to solve this problem?

Primary LanguagePHP

Watchers