Is there a way to declare an abstract method in a superclass, and have that method propogated down into the subclasses. This is a real pain for me, since I am working on the design and am adding and removing methods pretty often.
I'm using jbuilder x enterprise trial, but used jbuilder 9 developer a good amount.
Also I am using it with Borland Together, and I know together has a stub implmentation pattern, but I find that I have to choose the pattern every time I add or remove a method from the superclass, is there a way to set it once, and not have to do it everytime?
in other words:
"is there a way to tell JBuilder to automatically insert the implementation template for a method declared as abstract (in a superclass of the currrently edited class) "
thanks for the help
I'm using jbuilder x enterprise trial, but used jbuilder 9 developer a good amount.
Also I am using it with Borland Together, and I know together has a stub implmentation pattern, but I find that I have to choose the pattern every time I add or remove a method from the superclass, is there a way to set it once, and not have to do it everytime?
in other words:
"is there a way to tell JBuilder to automatically insert the implementation template for a method declared as abstract (in a superclass of the currrently edited class) "
thanks for the help