partially abstract classes
Posted: Fri Aug 07, 2009 11:22 am
by JADE Kid - Ray Hidayat >> Fri, 12 Jan 2001 0:28:58 GMT
Sometimes I have a method that I want to put code in, but I don't want any method to run the method by mistake. It is supposed to be reimplemented in the subclasses, but they will inherit behaviour from this method. Sort of like Partial Abstract-ness. They are reimplemented in concrete subclasses and its behaviour is inherited.
Is this possible, or does this feature need to be added?
--
Ray Hidayat
JADE Kid - 2000
www.jadekids.com
Sometimes I have a method that I want to put code in, but I don't want any method to run the method by mistake. It is supposed to be reimplemented in the subclasses, but they will inherit behaviour from this method. Sort of like Partial Abstract-ness. They are reimplemented in concrete subclasses and its behaviour is inherited.
Is this possible, or does this feature need to be added?
--
Ray Hidayat
JADE Kid - 2000
www.jadekids.com