Basics
The Extract Superclass refactoring enables extracting certain methods of a class into a superclass.
Example
Before | After |
---|---|
![]() |
![]() |
- On the main menu or on the context menu, choose .
-
In the
Extract Superclass
dialog box that appears, specify the following information:
- Name of the new superclass.
- Target directory where it will be stored.
- Methods to be included in the superclass.
- Proceed with the refactoring.