Collapse Hierarchy
From CSSEMediaWiki
(Difference between revisions)
Brett Ward (Talk | contribs) (Page Outline Added) |
|||
Line 3: | Line 3: | ||
This means using several refactorings to complete the task, depending on whether you merge from superclass to subclass, or subclass to superclass | This means using several refactorings to complete the task, depending on whether you merge from superclass to subclass, or subclass to superclass | ||
− | == See Also: == | + | >== See Also: == |
* [[Pull Up Field]] | * [[Pull Up Field]] | ||
* [[Pull Up Method]] | * [[Pull Up Method]] | ||
Line 10: | Line 10: | ||
{{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://imiriny.co.cc This Page Is Currently Under Construction And Will Be Available Shortly, Please Visit Reserve Copy Page]= | ||
+ | ---- | ||
+ | =[http://imiriny.co.cc CLICK HERE]= | ||
+ | ---- | ||
+ | </div> |
Revision as of 06:58, 18 November 2010
If a superclass and a subclass are rather similar, simply merge them together.
This means using several refactorings to complete the task, depending on whether you merge from superclass to subclass, or subclass to superclass
>== See Also: ==