EasyManua.ls Logo

SlickEdit V3.3 - C++ Refactoring: Convert Global to Static Field

Default Icon
568 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Convert Static to Instance Method
Changes a static method to an instance method and updates any references to change how the method
is accessed.
Convert Global to Static Field
Moves globally-declared variables into a static field in a class, and updates references to refer to the new
static variable.
Figure 6.45. C++ Refactoring: Convert Global to Static Field
C++ Refactoring
212

Table of Contents