You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
pwaugh
Posted - Feb 27 2008 : 4:32:18 PM Let's say I have two classes, DinnerParty and BirthdayParty, that I now realize I'd like to refactor common code to a super class Party.
I would just create the new class, and then manually cut & paste, but I'm wondering if VAX can help me in any way to do this.
Patrick
1 L A T E S T R E P L I E S (Newest First)
feline
Posted - Feb 28 2008 : 11:05:55 AM I would be tempted to either copy one entire class, and use that as a basis for forming the new base class, or else to use VA Outline to copy specific functions from the existing classes and paste them into the new base class.