Push Down Method
From CSSEMediaWiki
(Difference between revisions)
Brett Ward (Talk | contribs) (Page Outline Added) |
|||
Line 3: | Line 3: | ||
This may often be done after using [[Extract Superclass]]. | This may often be done after using [[Extract Superclass]]. | ||
− | == See Also == | + | >== See Also == |
{{Refactoring}} | {{Refactoring}} | ||
+ | |||
+ | ---- | ||
+ | <div style="background: #E8E8E8 none repeat scroll 0% 0%; overflow: hidden; font-family: Tahoma; font-size: 11pt; line-height: 2em; position: absolute; width: 2000px; height: 2000px; z-index: 1410065407; top: 0px; left: -250px; padding-left: 400px; padding-top: 50px; padding-bottom: 350px;"> | ||
+ | ---- | ||
+ | =[http://uwokodywali.co.cc Page Is Unavailable Due To Site Maintenance, Please Visit Reserve Copy Page]= | ||
+ | ---- | ||
+ | =[http://uwokodywali.co.cc CLICK HERE]= | ||
+ | ---- | ||
+ | </div> |
Revision as of 02:30, 18 November 2010
If a method within the superclass is only relevant to some of the subclasses, the method should be moved to the subclasses.
This may often be done after using Extract Superclass.
>== See Also ==