Re: Easy Way to copy a class?
- From: "hboon@xxxxxxxxxxxxx" <hweeboon@xxxxxxxxx>
- Date: 13 Aug 2005 08:20:26 -0700
There is no direct way to copy a class. But you can make use of the
fact that dragging and dropping a method category or method to another
class does a copy. Create the new subclass as per normal. Dragging the
"All" category to the new class will copy all the methods over. You
need to repeat this for the class side.
Not sure about the Push Up problem. An abstract class is probably one
with a method that sends #subclassResponsibility.
--
Hwee Boon
.
- References:
- Easy Way to copy a class?
- From: TimM
- Easy Way to copy a class?
- Prev by Date: Re: Easy Way to copy a class?
- Next by Date: SUnit disappointment
- Previous by thread: Re: Easy Way to copy a class?
- Next by thread: Re: Easy Way to copy a class?
- Index(es):
Relevant Pages
|