CLion
 
Get CLion
You are viewing the documentation for an earlier version of CLion.

Pull members up, push members down

Last modified: 21 September 2023

The Pull Members Up refactoring allows you to move class members to a base class.

The Push Members Down refactoring helps you clean up the class hierarchy by moving class members to a subclass. The members are then relocated into the direct subclasses only.